|
rohaandba
Starting Member
33 Posts |
Posted - 10/11/2012 : 16:54:22
|
HI,
One of my SQL Server Databases, I have enabled DDL Trigger to track all the DDL changes This trigger emails me if some one with Sys-Admin permissions make any DDL changes and completely restricts othere to make any DDL change.(Though with Db Owner or DDL-Admin permission) This trigger also writes into a DDL-table I created with the modifications done.
As mentioned this Trigger doen't not allow developers with DDL-Admin permissions and Db Owner permissions to make any DDL changes to the Databases
Is there any way I can allow the devlopers to make the DDL changes as well as I track the DDL chages. (Any Trigger or any advice)
Thanking You |
|