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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create Trigger on sysprocesses table?Permission denied.

Status
Not open for further replies.

fredong

IS-IT--Management
Joined
Sep 19, 2001
Messages
332
Location
US
I tried to create a trigger on the sysprocesses table and
so I can capture a certain login to a permanent table but I got permission denied an error:
"Server: Msg 229, Level 14, State 5, Procedure TekEcustomerLogin, Line 65535
CREATE TRIGGER permission denied on object 'sysprocesses', database 'master', owner 'dbo'."

Anybody know what is going on? Is it SQL 2000 will not allow you to create trigger on a system table?THanks.

 
The simple answer is htat you can't build a trigger on a system table..

:(

 
Anyway I can capture the sysprocesses certain logins to a user defined table?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top