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?
While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?
Explain a checkpoint?
What is the exact numeric data type in sql?
Which table keeps the locking information?
How many types of cursor type are there?
How can you list all the columns in a database?
What is the difference between deallocate cursor and close cursor?
When does the auto update index statistics feature in sql server turn itself on?q) what specific conditions database should meet, before you can bulk copy data into it using bcp?
Using the customer, and order table in northwind database, please write a query to produce xml?
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?