Archive
Archive for June 9, 2012
SET QUOTED_IDENTIFIER ON/OFF and SET ANSI_NULLS ON/OFF
June 9, 2012
Leave a comment
Most of us use those statements while creating stored procedures and functions. most of us don’t know what is the significance of those statements and how they are useful.
SET QUOTED_IDENTIFIER ON/OFF
Categories: SQL, SQL Azure, SQL Server
#SET ANSI_NULLS ON/OFF, #SET QUOTED_IDENTIFIER ON/OFF, dynamic tsql, sql, sql server, tsql