Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Scripting Options alter element

$
0
0
Hello,Is there a way to (automatically) remove/disable the first statements like SET ANSI_NULLS ON and SET QUOTED_IDENTIFIER ON which are generated by modify sp via mms 2014 interface? --SET ANSI_NULLS ON--SET QUOTED_IDENTIFIER ONALTER PROCEDURE [dbo].[sp_SendMail] @test INT = 0ASbegin--blablaendThanks for input!

Viewing all articles
Browse latest Browse all 6525

Trending Articles