Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What does it mean to have QUOTED_IDENTIFIER ON? What are the implications of having it OFF?

Add comment
Views: 52
Votes: 0
Comments: 0
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.
Others in this Category
document What is PRIMARY KEY?
document What is DataWarehousing?
document What is use of DBCC Commands?
document What is UNIQUE KEY constraint?
document What is SQLCMD?
document Which TCP/IP port does SQL Server run on? How can it be changed?
document Q: What is an execution plan? When would you use it? How would you view the execution plan?
document Q: What is normalization?
document What are the advantages of using Stored Procedures?
document What is Difference between Function and Stored Procedure?
» More articles



RSS