What are the steps you can take to avoid “deadlocks”?
What is the significance of null value and why should we avoid permitting null values?
What is key set driven?
Explain about sql server login?
What is optimistic concurrency?
How do I open port 1433?
How to create a stored procedure with a statement block in ms sql server?
What is query processing?
How to disconnect from a sql server using mssql_close()?
Can you tell me some of the common replication dmv's and their use? : sql server replication
What is primary key, unique key, and foreign key?
Is there any difference between primary key and unique with the not null condition?
What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?
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? : Sql server administration
What are the requirements to use odbc connections in php scripts?