What is the sql server 2000 version number?
Name 3 ways to get an accurate count of the number of records in a table?
What is the difference between a local and a global temporary table?
What is difference between delete & truncate commands?
What stored by the msdb?
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
What command must you use to include the not null constraint after a table has already been created?
Can I run multiple instances of sql server 2000 at the same time on one computer?
What are the different types of replication are there in sql server 2000?
What are system databases into sql server (2005/2008)?
How many database files are there in sql server 2000?what are they?
What are sparse columns?
How can we rewrite sub-queries into simple select statements or with joins?
What does the on delete cascade option do?
How are the unique and primary key constraints different?