What are synonyms?
Explain the dirty pages?
You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?
Can the query output be sorted by multiple columns in ms sql server?
You notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it?
What are the types of model in sql server and explain
What is the server name for sql management studio?
What are the different authentication modes in sql server? How can it be changed?
Can a table have 2 foreign keys?
What do you understand by the data quality services in sql server?
what's sql server? : Sql server database administration
What purpose does the model database server?
You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?