Oct 3, 2007 #1 ituser2008 MIS Joined Jul 30, 2007 Messages 42 Location US Is anyway I can rollback transaction to sysdtspackages at the msdb database?? any help will be greatly appreciated. thanks
Is anyway I can rollback transaction to sysdtspackages at the msdb database?? any help will be greatly appreciated. thanks
Oct 4, 2007 #2 mrdenny Programmer Joined May 27, 2002 Messages 11,595 The msdb database is kept in SIMPLE recovery mode. The transactions are flushed shortly after the trasaction is completed. If your msdb database happens to be in FULL recovery mode you can use something like Lumigent Log Explorer to roll back the transaction. Denny MCSA (2003) / MCDBA (SQL 2000) MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration) MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005) --Anything is possible. All it takes is a little research. (Me) http://www.mrdenny.com Upvote 0 Downvote
The msdb database is kept in SIMPLE recovery mode. The transactions are flushed shortly after the trasaction is completed. If your msdb database happens to be in FULL recovery mode you can use something like Lumigent Log Explorer to roll back the transaction. Denny MCSA (2003) / MCDBA (SQL 2000) MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration) MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005) --Anything is possible. All it takes is a little research. (Me) http://www.mrdenny.com