what does it mean to have quoted_identifier on? : Sql dba
Answer Posted / Rajeev Kumar Malhavtra
Having 'quoted_identifier' ON in SQL Server means that identifiers (such as table names, column names, and database objects) can be enclosed in double quotes. This allows the use of reserved keywords or special characters in object names without causing syntax errors.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
What is the best sql course?
what are all the common sql function? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
what is collation? : Sql dba
define sql insert statement ? : Sql dba
What is the current version of sql?
Can we use distinct and group by together?
What is the current version of postgresql?
what is bcp? When does it used? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
what is schema? : Sql dba
Is inner join faster than left join?
how to start mysql server? : Sql dba
Is primary key always clustered index?