Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Xp_cmdshell failure message

    They can connect but not execute the xp cmd shell

    Thanks

  • RE: copy Sql Trace into a table

    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...

  • RE: copy Sql Trace into a table

    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...

Viewing 3 posts - 1 through 3 (of 3 total)