Forum Replies Created

Viewing 3 posts - 31 through 33 (of 33 total)

  • RE: Transaction Log Growth

    Thanks for that I did that to get the correct size of the log ut in general I don't leave the auto grow option on due to other deterimental impacts...

  • RE: a recently applied update, kb955706, failed to install

    Worked a treat!! Amazing what a little setting like that could do. Server built with the wrong default paths but never picked up until now.

  • RE: permissions

    You are probably best creating DB roles and applying the permissions to that role,

    eg

    USE DBName

    go

    CREATE ROLE UPDATE_ROLE

    go

    GRANT EXECUTE ON [dbo].SP TO [UPDATE_ROLE]

    go

    GRANT SELECT, DELETE, INSERT, UPDATE ON [dbo].[tblStartup] TO...

Viewing 3 posts - 31 through 33 (of 33 total)