Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jayram11
Yak Posting Veteran
97 Posts |
Posted - 2011-09-12 : 12:33:07
|
Hello I wanted to know if there is an equivalent of DDL triggers in SQL 2000. i want to create a trigger or procedure that would notify me by sending an email if there is any alter, update, drop or create statements run on a database. I know to create one in Sql 2005 using DDL trigger but i am looking for sql 2000 equivalent.Thanks |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
jayram11
Yak Posting Veteran
97 Posts |
Posted - 2011-09-12 : 12:59:53
|
Hello Tara,Thanks. Is there any way of notifying or logging in SQL 2000 about alter, update, drop or create statements run on a database? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|