What is mapping schema?
What is the downside of using udf?
Your table has a large character field there are queries that use this field in their search clause what should you do?
Where can you add custom error messages to sql server?
What is the primary use of the model database?
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?