restoring msdb

  • Hi All,

    I have mistakenly deleted latest verions of DTS packages instead of the oldest versions on our server .

    Could anyone know whether  I could restore sysdtspackges table of MSDB from a backup copy to get the latest versions back?

     

    Thank you very

  • That's why you backup the system databases.  You can't restore a single table, but you can restore the entire database.  See "Resoring msdb database" in BOL for details.

    Greg

    Greg

  • Hi Greg

    Thank you for your advice. I restored whole msdb copy to  the standby server ( nothing on it). and then use query:

    insert into msdb.dbo.sysdtspackges

    select * from standbyservername.msdb.dbo.sysdtspackges

    It seems working fine.

     

    Thank you very much.

     

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

You must be logged in to reply to this topic. Login to reply