Forum Replies Created

Viewing post 1 (of 1 total)

  • Reply To: Script DB Level Permissions v4.6

    we try this..

     

    USE MyDBName

    GO

    SET NOCOUNT ON

    DECLARE @sql NVARCHAR(MAX)

    SET @sql = ''

    SELECT @sql =

    '--======================================================================================' + CHAR(10) +

    '--==== IMPORTANT: Before executing these scripts check the details to ensure they ====' + CHAR(10)...

Viewing post 1 (of 1 total)