How do you guys control putting live changes to stored procedures and triggers in SQL Server? Auditors are becoming a pain about it - SOX is on the horizon.
It seems a very on/off thing to me.
OK so you can make a backup before you change anything but how do you solve the following:-
- Keep a copy of the previous version of a stored
procedure or trigger trigger code?
- Log changes made to the database code?
- Log new/removed users and changed authorities?
- Report a users current effective database authorities on
request?
I have been doing it with a word document for each request showing before and after code.
I also keep a simple Excel sheet of added/removed users with
permission changes.
Dazed and confused
It seems a very on/off thing to me.
OK so you can make a backup before you change anything but how do you solve the following:-
- Keep a copy of the previous version of a stored
procedure or trigger trigger code?
- Log changes made to the database code?
- Log new/removed users and changed authorities?
- Report a users current effective database authorities on
request?
I have been doing it with a word document for each request showing before and after code.
I also keep a simple Excel sheet of added/removed users with
permission changes.
Dazed and confused