how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration
1064what is the system function to get the current user's user id? : Sql server database administration
1022what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration
1021what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration
979what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration
948explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
934tell me what is blocking and how would you troubleshoot it? : Sql server database administration
900what are constraints? Explain different types of constraints? : Sql server database administration
984tell me what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
1018
What is difference between unique and primary key?
What are the tool windows in sql server management studio? : sql server management studio
What are views used for?
Distinguish between commit and rollback?
What is a with(nolock)?
How to defragment indexes with alter index ... Reorganize?
What is difference between delete and truncate commands?
When is update_statistics command used?
Explain the concept of recursive stored procedure.
What are the types of normalization?
Is it possible in sql table to have more than one foreign key?
Can an entity have two primary keys?
What’s the use of custom fields in report?
where can you add custom error messages to sql server? : Sql server administration
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?