Rather than reinvent the wheel, I was hoping that there was someone who has
already created a script allowing for the auditing of DDL statements, schema
changes within the database for SQL Server 2000.
I can easily capture the aforementioned in SQL 2005 by making use of a
trigger on
DDL_DATABASE_LEVEL_EVENTS... What I want, is to do exactly this in SQL 2000.
Thx,
Anthony E. Castro - MCDBA
For 2000 Ive used this, and really liked it.
http://lumigent.com/products/le_sql.html
"acmcdba68" wrote:
> Rather than reinvent the wheel, I was hoping that there was someone who has
> already created a script allowing for the auditing of DDL statements, schema
> changes within the database for SQL Server 2000.
> I can easily capture the aforementioned in SQL 2005 by making use of a
> trigger on
> DDL_DATABASE_LEVEL_EVENTS... What I want, is to do exactly this in SQL 2000.
> --
> Thx,
> Anthony E. Castro - MCDBA
No comments:
Post a Comment