What are the disadvantages of using querystrings to send data from one page to another?
Delete duplicate rows without using rowid.
What do you understand by replication in sql server? Mention the different types of replication in sql server.
How do I find query history in sql server?
How to select some specific rows from a table in ms sql server?
Explain for xml explicit mode?
Thanks to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
What do you understand by triggers?
What are types of subqueries?
How to transfer Logins from SQL Server 2000 to 2005
Delete duplicate rows from a table without primary key by using a single query Table Employee empname salary A 200 B 300 A 200 C 400 D 500 D 500 Output should be A 200 B 300 C 400 D 500
Can two tables share the same primary key?
Can we passed multiple recordset(set of records) using a Stored Procedure