karthik555
IS-IT--Management
Hello!
I am generating script for all the Stored Procedures in the DB.
I have the following text before each SP script.
How do I supress this?
Thanks in adavnce.
I am generating script for all the Stored Procedures in the DB.
I have the following text before each SP script.
Code:
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO
Thanks in adavnce.