What command would you use to create an index?
What is an execution plan? When would you use it? How would you view the execution plan?
How can you list all the table constraints in a database?
What are four major operators that can be used to combine conditions on a where clause?
How to write character string constants or literals in ms sql server?
What are primary keys and foreign keys?
What are difference between Cluster index and Non-Cluster index?
Explain features and concepts of analysis services?
What is default port number for sql server 2000?
What happens if null values are involved in string operations?
If you are working on a SQL database and if suddenly a developer changes the code and your queries results start giving errors,how will you check using a T-SQL query (on system tables) that what has changed in the database.
What are system databases in ms sql server?
what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?