Which are new data types introduced in sql server 2008?
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?
What are the basic functions for master, msdb, model, tempdb and resource databases?
What is the purpose of the master database?
Does server sql treat char as a variable-length or fixed-length column?
Does sql server 2000 full-text search support clustering?
What is filtered index?
What is usually the first word in a sql query?
How do I install only the client tools of sql server 2000?
What is logshipping and its purpose?
What are the dmvs?
What is xml datatype?
Can sql servers linked to other servers like oracle?
When a primary key constraint is included in a table, what other constraints does this imply?
Does a sql server 2005 select statement require a from?