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 |
bmassey
Starting Member
22 Posts |
Posted - 2008-03-04 : 13:23:23
|
I was trying to create a trigger on the SysComments table to help track code changes within the database. However, I received an error saying that create trigger permissions were denied on this table. Is it possible to add a trigger to this table? Also, is this a decent way to track changes within the database? We are also looking into setting-up database projects in VS but that will probably be more for new projects going forward and not all of our existing projects. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-03-04 : 13:24:50
|
This is not possible.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
|
|