OPTIMIZATION OF SP,CURSOR,TRIGGERS
Explain various On-Delete options in a DB table. Which is the default option?
What happens on checkpoint?
Explain database normalization?
How to view existing indexes on an given table using sys.indexes?
Determine when an index is appropriate?
How can we remove orphan records from a table?
Explain triggers?
Explain having clause?
why would you call update statistics? : Sql server database administration
Do you know what are the restrictions that views have to follow?
How to get a list of columns in a view using the "sp_columns" stored procedure?
How to enforce security in sql server? : sql server security
How to use group functions in the select clause in ms sql server?
What is the filtered index?