Mega Code Archive

 
Categories / MSSQL Tutorial / System Functions
 

Quoted identifier

By setting  this to OFF, you can delimit a string by either a single quote or a  double quote.  when set to ON, you cannot use double quotes around string variables as double quotes will be signifying a SQL Server identifier. EXEC sp_dboption 'YourDatabaseName', 'quoted identifier', 'True' GO