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 |
|
kotsas
Yak Posting Veteran
65 Posts |
Posted - 2002-05-31 : 02:57:03
|
| Why I can't create trigger on sysprocesses database (no permission). I like when there is insert in sysprocesses table my trigger to fire |
|
|
VyasKN
SQL Server MVP & SQLTeam MVY
313 Posts |
Posted - 2002-05-31 : 06:02:27
|
| Can not create triggers on system tables. Instead try using the auditing capabilities of SQL Server. (See Server properties window in Enterprise Manager and also explore Profiler.)--HTH,Vyashttp://vyaskn.tripod.com |
 |
|
|
|
|
|