What does it mean to have quoted_identifier on? What are the
implications of having it off?

Answer Posted / koti-khammam

when QUOTED_IDENTIFIER option is specified as ON ,the
identifiers are placed with in double quotation and
constants are placed with in single quotation.
when QUOTED_IDENTIFIER is OFF,the identifiers are not placed
with in double quotation and we must follow all T-SQL rules
for the identifiers.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the importance of a recovery model?

616


What is optimistic concurrency?

569


How to backup SQL Server Reporting Services ?

103


What are the properties of the transaction?

551


Explain the steps needed to create a scheduled job?

530






How to return the top 5 rows from a select query in ms sql server?

598


Explain primary key, foreign key and unique key?

552


What are the underflow and overflow behaviors on float literals?

582


What is table valued function and scalar valued functions?

497


What is identity?

559


How to get all stored procedures in sql server?

514


How many clustered indexes there can be on table ?

610


Does an index slow down updates on indexed columns?

582


Which are the important points to note when multilanguage data is stored in a table?

518


What is the command used to check locks in microsoft sql server?

549