Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Log shipping error

    DECLARE @dbname sysname, @days int

    SET @dbname = NULL --substitute for whatever database name you want

    SET @days = -30 --previous number of days, script will default to 30

    SELECT

    rsh.destination_database_name AS [Database],

    ...

Viewing post 1 (of 1 total)