What is the difference between the 2 operating modes of database mirroring?
What is the difference between Clustered and Non-Clustered Index?
Can we add our custom code in ssis?
Write an SQL query if u want to select the data from one block which intern reflects in another block ? thanx,do reply
One table Test with single column. These are the values in the table a b c d e f g h I need a query (without using any variable) with output as - a b c d e f g h
Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.
What is the difference between ddl and dml?
How check triggers in sql server?
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
What is log shipping? Can we do logshipping with SQL Server 7.0 ?
What are the common performance issues in sql server?
Call by value and call by reference in procedure and function, with NOCOPY.
What is the use of group by clause?