Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: READ Data from default Trace

    Note quite sure what it does, but stored proc could be simplified as follows (yes?):

    Create PROC USP_ALTEROBJECTS @dbname varchar(100) = ''

    as

    BEGIN

    DECLARE @filename VARCHAR(255)

    SELECT @FileName = SUBSTRING(path, 0, LEN(path)-CHARINDEX('\', REVERSE(path))+1)...

Viewing post 1 (of 1 total)