Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating trigger on master db tables

Status
Not open for further replies.

walshij

Programmer
Feb 7, 2003
3
GB
is it possible to create a trigger against the Master tables ie if the sysprocess table changes I want to insert a reocrd into another table. I seem to haveaccess problems when I try, even when logged on as sa.

Regards
Ian
 
You cannot create triggers on system tables and the tables in the master db are system tables. Why? because you could break something so Microsoft doesn't let you even try.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top