How to swap the data of two columns in a table. both the
columns containing varchar values.
Answer Posted / dinesh
select menu from (select m_name as menu from m_master) a
union select m_name as menu from db2 .dbo.m_master
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to set a database state to offline in ms sql server?
What is relationship? What number of sorts of relationship are there?
List the types of recovery model available in sql server?
How can a database be repaired?
How except clause is differs from not in clause?
What is the difference between update lock and exclusive lock?
How many replicas are maintained for each sql azure db?
What are the different subsets of sql?
How to automatically create a log when an exception is being received into SQL Server?
Define Wed Edition in SQL Azure?
what is the primary use of the model database? : Sql server administration
What is default constraint in ms sql server?
Why use triggers?
Why do we use trigger?
What is SQL Azure Data sync?