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 do I trace a query in sql server?
How to create a simple user defined function in ms sql server?
what is a mixed extent? : Sql server administration
Explain try...catch with sql server?
What is a trigger and types of a trigger?
Scalability, Availability, Integration with internet, etc.)?
What are user-defined functions (udfs) in sql server?
Does any body please help me what question's have asked for SSRS in the interview?
What is an expression in ms sql server?
What is meant by indexing files?
Tell me what is sql profiler?
You want to implement the many-to-many relationship while designing tables. How would you do it?
What are ddl (data definition language) statements for tables in ms sql server?
How can a database be repaired?
What are difference between Cluster index and Non-Cluster index?