What is page in sql server?
How do you rebuild an identity column?
What are various aggregate functions that are available?
Differences between Standby Vs No recovery?
how to find number of columns in a table in sql server 2000 and 2005 also
can an order by clause be used in a creation of a view?
What are pessimistic lock and optimistic lock?
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
Will count(column) include columns with null values in its count?
What is the disadvantages of index?
you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?
What is SCOPE_IDENTITY() in sql
Is SET a SQL Keyword?