Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?
How would you choose between a clustered and a non-clustered index?
How raid can influence database performance?
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
Explain for xml explicit mode?
How can you check the level of fragmentation on a table?
Explain an automatic checkpoint
If no size is defined while creating the database, what size will the database have?
How you would rewrite the sql query to return the customerid sorted numerically?
What you can do to delete a table without the delete trigger firing?
What is the difference between insensitive and scroll cursor?
Why transaction is important?
in the physical file layout, where should the transaction log be stored in relation to the data file?
What are the approximate numeric data types?
What is a partitioned view?