What is master database? : SQL Server Architecture
Does index speed up select statements?
Can you explain different types of locks in sql server?
What happens if null values are involved in datetime operations?
Does order by actually change the order of the data in the tables or does it just change the output?
How do you rebuild an identity column?
Can you please differentiate between a primary key and a unique key?
WHAT IS THE DIFFERENCE BETWEEN CANDIDATE KEY ,COMPOSITE KEY AND PRIMARY KEY. THAN U.
In performance wise distinct is good or group by is good? eg:select name from emp group by name; select distinct name from emp;
What are the factors you will check for the performane optimization for a database query?
7 Answers CarrizalSoft Technologies, DELL, SoftSol,
what is a stored procedure and trigger?
Delete duplicate records from the table?(Table must have unique id)
7 Answers TCS, Thomson Reuters,
what is raid and what are different types of raid configurations? : Sql server database administration