How to swap the data of two columns in a table. both the
columns containing varchar values.
Answer Posted / m s aptil
update tab1 set name=name1,name1=name
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
1 01 101 01010
What is the name of reporting services config file and what’s it’s used for?
What are the fixed server level roles? : sql server security
How can I create a report based on a query? : sql server management studio
What is the difference between left and right outer join?
How column data types are determined in a view?
How would you use user_constraints table in DB?
How to connect php with different port numbers?
How to insert data into an existing table?
What is the difference between ROW_NUMBER and Ranking function in SQL SERVER?
Which rendering formats are affected by the pagesize properties?
How do I create a trace in sql server?
Other than truncate statement, which other command can by-pass the trigger on the tables?
Why I am getting "the microsoft .net framework 2.0 in not installed" message?
If you want to send some data from access database to sql server database. What are different component of ssis will you use?