How many databases instances are there in sql server 2000?
What are four major operators that can be used to combine conditions on a where clause?
What are the advantages of using stored procedures?
What is the command to change the recovery model?
What is a table called, if it has neither cluster nor non-cluster index? What is it used for?
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?
Will count(column) include columns with null values in its count?
What is isolation levels?
What are the default system databases in sql server 2000?
What does the not null constraint do?
How to rebuild master databse?
What command would you use to create an index?
What command do we use to rename a database?
Do comments need to go in a special place in sql server 2005?
What is the purpose of the model database?