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

dbcc auditevent

Status
Not open for further replies.

masds

Technical User
Mar 3, 2005
100
CA

Who knows this command? I try to write something that can use the inforamtion from error log, I guess I can use this command. Thanks
 
Where did you find that command at? It's not in the BOL.

-SQLBill

Posting advice: FAQ481-4875
 


I try to customize sp_password and look it's code, the command is there, I don't know what it is supposed to do.
 
That is a VERY obsure DBCC command. All I could find was its syntax as passed params ...


DBCC auditevent
(eventclass, eventsubclass, success, loginname, rolename, dbusername, loginid)


I delve a bit deeper in MS archives for more info.

Thanks

J. Kusch
 
I couldn't even find it in the Guru's Guide to Transact SQL by Ken Henderson which is an excellent book for undocumented procedures, DBCC commands, etc.

-SQLBill

Posting advice: FAQ481-4875
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top