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 |
|
SQLServerDBA_Dan
Aged Yak Warrior
752 Posts |
Posted - 2001-04-25 : 15:25:25
|
| Has anyone ever did this to one of the users or developers?CREATE TRIGGER trgAgencyUpdt ON AgencyFOR UPDATEASif (select spid from master..sysprocesses where loginame = 'bethv') = @@SPIDbeginprint 'Warning SQL Server has detected insufficient resources in front of the keyboard. Please replace the user and try again.'rollbackendI think it would be funny... but those darn "dont do this in the work place" thoughts get in the way. heheDanielSQL Server DBA |
|
|
|
|
|