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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Trigger on SysComments table?

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 Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page
   

- Advertisement -