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

SQL Server 2012 - what is the data type of output of below SQL ? SELECT IIF(@CurrentDate > @ComparisonDate, 100, GETDATE())

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following isolation level allows nonrepeatable reads but prevents dirty reads?

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following is FALSE statement against the securityadmin fixed server role in SQL Server?

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following is FALSE against the setupadmin fixed server role?

NOTE: This is objective type question, Please click question title for correct answer.
what is the output of below query? DECLARE @Today VARCHAR(10) SET @Today = '06/26/2015' SET @Today = @Today + 5

NOTE: This is objective type question, Please click question title for correct answer.
what is the output of this SQL ? SELECT LEN(CAST(LEFT('030-020', 3) AS INT))

NOTE: This is objective type question, Please click question title for correct answer.
You need to ensure that if a row in a parent table is deleted, it must delete all related child rows in another table.

NOTE: This is objective type question, Please click question title for correct answer.
A user-defined function must have

NOTE: This is objective type question, Please click question title for correct answer.
What is the output of ? SELECT STR(1024.58, 6, 1)

NOTE: This is objective type question, Please click question title for correct answer.
Which of the follwoing is VALID statement for defining computed column in CREATE TABLE ?

NOTE: This is objective type question, Please click question title for correct answer.
In SQL Server 2000, Which of the following statement is NOT Valid about SMALLDATETIME?

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following details are not stored in sysobjects system table?

NOTE: This is objective type question, Please click question title for correct answer.
In SQL server 2000, how many maximum number of parameters can a stored procedure have?

NOTE: This is objective type question, Please click question title for correct answer.
which of the follwoing statement is NOT VALID in CREATE TABLE ?

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following column definition will allow you to create a UNIQUE CONSTRAINT on the column?

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following statements will return a different value?

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