Scripting Options alter element

  • 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 ON

    ALTER PROCEDURE [dbo].[sp_SendMail] @test-2 INT = 0

    AS

    begin

    --blabla

    end

    Thanks for input!

  • Nope dont think so , atleast not within SSMS , might be easier to script out the file and do a replace later.

    You Could use powershell to replace the string if the file is too big.

    Jayanth Kurup[/url]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply