What does it mean to have quoted_identifier on? What are the
implications of having it off?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
How you can get a list of all the table constraints in a database? : Sql server administration
What is the difference between truncate and delete commands?
What are the difficulties faced in cube development? : sql server analysis services, ssas
What is the difference between char, varchar and nvarchar?
Explain timestamp datatype?
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
What is normalization? Explain its different types?
What is the difference between commit and rollback?
What happens if null values are involved in datetime operations?
How to assign null values to variables or columns?
What do we have to check in database testing?
Explain nested stored procedure. Syntax and an example for create nested stored procedure?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)