May 12, 2008 at 7:46 am
Hi, everu day a made a back up of msdb, now for testing I want restore a SSIS from this one...but I can't restore the msdb....I have restore with a second name...like MSDB_test.
No with thuis SQL
SELECT * FROM msdb.dbo.sysdtspackages90
I see my pkg data...but How can get it out?
Thnaks Alen, Italy
May 12, 2008 at 11:19 am
Hi,
It is not clear that you have problem with restoring of your msdb database or with the SSIS package inside msdb database. If you wnt to access SSIS package in msdb database, you have to connect to Integration services in Management studio and package will be stores under stored packages folder. Then you have to import the package to work with it.
-V
May 13, 2008 at 1:25 am
NO, I try to explain me better.
My MSDB is on, this is a restore copy...called MSDB_BKP.
Now how get past version on a siss from this back up copy restore...I can't stop the real and running MSDB.
Alen
July 17, 2008 at 3:06 am
Hi All,
is it possible to restore msdb only?
lets say i modify some jobs and i want to recover it, do i need to restore only the msdb? or i still need to restore the master db?!?
thanks
July 17, 2008 at 4:28 am
It is possible to restore MSDB, but the process is not the same as for one of the user databases.
See - http://msdn.microsoft.com/en-us/library/ms190749.aspx
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
July 17, 2008 at 10:27 pm
i mean i installed a new instance of sql server in a new machine (sql 7)
and my msdb backup is from different sql server instance?
July 17, 2008 at 11:53 pm
Provided its from the same version of SQL, it can be restored. See the above link for details on how.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
September 8, 2011 at 3:47 pm
GilaMonster (7/17/2008)
It is possible to restore MSDB, but the process is not the same as for one of the user databases.
At the end of the article says "Documentation is wrong!".
September 8, 2011 at 3:54 pm
sqldba_newbie (9/8/2011)
GilaMonster (7/17/2008)
It is possible to restore MSDB, but the process is not the same as for one of the user databases.At the end of the article says "Documentation is wrong!".
The comment at the end refers to the restoring of model, not the restoring of msdb, which was the question here.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply