How many types of subqueries are there in sql server?
Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
How to include text values in sql statements?
Write a SQL query to delete a table?
Explain what is the function of sql server agent windows service?
What are the approximate numeric data types?
what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration
What is encryption key?
What is update locks?
What is use of except clause? How does it differ from not in clause?
What is rolap and its advantage? : sql server analysis services, ssas
How to view the error log for any specific instance? : sql server database administration
Explain can you implement data mining in ssrs?
you have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation? : Sql server administration
How to end a stored procedure properly in ms sql server?