Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: sql query to get sql log file location

    This will give you the log and data file paths

    :

    select * from (select filename, (case status & 0x40 when 0x40 then 'log only' else 'data only' end) as usage from...

Viewing post 1 (of 1 total)