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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-10-24 : 08:23:14
|
| John writes "Is there a way to fire a trigger when a stored procedure is modified or deleted?" |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-10-24 : 08:25:09
|
| No. You can't create triggers on system tables and you should never modify system tables anyway. If you need to track changes in source code you need to make use of a source control program, like CVS or Visual SourceSafe. |
 |
|
|
|
|
|