How to swap the data of two columns in a table. both the
columns containing varchar values.
Answer Posted / amit kumar
select Col1,col2 into newtable
Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How to make a remote connection in a database?
How to backup SQL Server Reporting Services ?
What are recommended options to be used while using db mirroring? : sql server database administration
What is a deadlock and what is a live lock?
What are the advantages of using cte?
What is the default value of an integer data type in sql server 2005?
What were the latest updates to SQL Azure service?
what is a check constraint?
how many bits ip address consist of? : Sql server database administration
Explain how many types of relationship?
How connect excel to sql server?
what is spatial nonclustered index
What are approximate numeric data types in ms sql server?
How to fine-tune reports?
how many triggers you can have on a table? : Sql server database administration