Viewing 3 posts - 1 through 3 (of 3 total)
They can connect but not execute the xp cmd shell
Thanks
December 19, 2007 at 1:08 pm
#761534
Thanks,However when I run the job now it says
C:\MSSQL\LOG either does not exist or is not a recognizable trace file. Or there was an error opening the file.
The trace...
November 29, 2007 at 9:52 am
#755531
Thanks for the input.
I have the following
declare @rc int
EXEC @rc = prSQLSecurityAudit 'C:\Trace\LOG'
SELECT * FROM :: fn_trace_getinfo(default)
select * into Trace_Table from :: fn_trace_gettable('C:\Trace\LOG',default )
However when...
November 27, 2007 at 11:17 am
#754684