what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
Answer / Saurav Kumar Singh
The 'quoted_identifier' setting in SQL Server determines whether identifiers (like table names, column names, and stored procedure names) can be enclosed within double quotes. When 'quoted_identifier' is ON, you can use double quotes to refer to identifiers that contain special characters or keywords without the need for escaping. If it's OFF, identifiers must not contain spaces or special characters unless they are properly escaped.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are sql injection vulnerabilities?
Can we use delete in merge statement?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
In a distributed database system, can we execute two queries simultaneously?
How do I make sql search faster?
Is there any restriction on the use of union in embedded sql?
What is a field in a database?
Maximum how many triggers can we use in trigger and How to find out how many records it fetched.
wirte a query to remove null? following table are col1 col2 col3 dinesh null null null suresh null null null prakesh i want the output like col1 col2 col3 dinesh suresh prkaesh
What is the best partition size for windows 10?
explain primary keys and auto increment fields in mysql : sql dba
What is coalesce sql?
Oracle (3253)
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)