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

Answer Posted / bobby

When SET QUOTED_IDENTIFIER is ON, identifiers can be
delimited by double quotation marks, and literals must be
delimited by single quotation marks. When SET
QUOTED_IDENTIFIER is OFF, identifiers cannot be quoted and
must follow all Transact-SQL rules for identifiers. For more
information, see Identifiers. Literals can be delimited by
either single or double quotation marks.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a sql query to delete duplicate records from a table called table1

586


What is xdr?

567


What is sql server used for?

556


Do you think BCNF is better than 2NF & 3NF? Why?

793


how many layers of tcp/ip protocol combined of? : Sql server database administration

528






What do you understand by mirroring?

570


What is the purpose of indexing?

598


what are the Prerequisites for Replication?

10570


What are data resources?

506


Explain different backup plans?

532


Explain various On-Delete options in a DB table. Which is the default option?

900


What happens when the SQL Azure database reaches Max Size?

90


How can you set the threshold at which sql server will generate keysets asynchronously?

565


What is a dataset and what are the different types of datasets?

93


Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.

1968