Sql Server Interview Questions and Answers (1758) - Page 43

Which of the following is NOT used for getting auto-incremented value of a IDENTITY Column in SQL Server?

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following is true about Implicit Transactions?

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following is correct about DELETE and TRUNCATE statements?

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following are T-SQL ranking functions that can be used for ranking data?

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following is true?

NOTE: This is objective type question, Please click question title for correct answer.
By default, which type of index is created for a primary key?

NOTE: This is objective type question, Please click question title for correct answer.
What is the result of the below query: SELECT SUBSTRING('DOTNETFUNDA', 4, 3) AS 'Substring'

NOTE: This is objective type question, Please click question title for correct answer.
What is the result of the below query: SELECT PATINDEX('%NET%', 'DOTNETFUNDA') AS 'Index'

NOTE: This is objective type question, Please click question title for correct answer.
Shared locks are not compatible with exclusive locks. True/False?

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following is a best practice to reduce deadlock situations?

NOTE: This is objective type question, Please click question title for correct answer.
By default, what type of index is created for a unique constraint?

NOTE: This is objective type question, Please click question title for correct answer.
Find all Employees who is having first letter of their last name as D-G ( i.e. D, E, F or G) ?

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following is true?

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following is true about the SERIALIZABLE isolation level

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following object is used to retrieve information about all active transactions on an instance?

NOTE: This is objective type question, Please click question title for correct answer.
Found this useful, bookmark this page to the blog or social networking websites. Page copy protected against web site content infringement by Copyscape

 Interview Questions and Answers Categories