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!
↧