I run a stored procedure but got this error message which I can't find in BOL or MSDN:
============================================
User 'test' does not have permission to run DBCC auditevent.
===========================================
I am using SQL Server 2000 and the stored proceudre was run from Microsoft Access using ADODB connection.
Any ideas as to themeaning of this error.
The audit level for the server is set at none but a server side profiler is being run to audit the server.