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 much space does sql server 2016 take?
Define candidate key, alternate key, composite key.
13 Answers Infosys, Software India,
How many types of subqueries are there in sql server?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
How to retrieve data from log files in SQL SERVER ?????
Explain ranking functions?
After recovering the database by using tail log backup.How to verify the data has been sucessfully restored or not.?
Describe in brief sql server monitoring ways.
What are the differences between stored procedure and view in sql server?
Explain the ways to controlling cursor behavior?
What is row_number () and partition by in sql server?
Explain system functions or built-in functions? What are different types of system functions?
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)