what is the difference between openrowset and openquery?
Why and when do stored procedure recompile?
How can you append an identity column to a temporary table?
What is the difference between for xml raw and for xml auto?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
Why should you use or avoid select * statements?
When should you use an instead of trigger?
What is an indexed view?
How can you know if the row fetched from cursor is still valid in underlying table?
What is the difference between a primary key and a unique key? Are they the same?
how you can list all the tables in a database?
What is a mixed extent?
After removing a table from database, what other related objects have to be dropped explicitly?
What stored procedure would you use to view lock information?
What are information schema views?