dbTalk Databases Forums  

Restoring individual DTS Packages

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Restoring individual DTS Packages in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Raoul Laoyan
 
Posts: n/a

Default Restoring individual DTS Packages - 06-01-2004 , 07:23 PM






Is there a known way of restoring individual DTS packages
from backup?

Thanx for your help,


Reply With Quote
  #2  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: Restoring individual DTS Packages - 06-01-2004 , 10:05 PM






As in packages that have been deleted? In general, there is
no way to restore individual objects from a backup. You'd
need to restore database (msdb for packages) to another
server and get the packages from there.
If the packages still exist on the server and you need a
previous version, you can right click on a package, select
versions. You can select a previous version and click on the
edit button. Then save the package for this to become the
current running version of the package.

-Sue

On Tue, 1 Jun 2004 17:23:30 -0700, "Raoul Laoyan"
<anonymous (AT) discussions (DOT) microsoft.com> wrote:

Quote:
Is there a known way of restoring individual DTS packages
from backup?

Thanx for your help,


Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Restoring individual DTS Packages - 06-02-2004 , 12:33 AM



In addition to Sue's comments.

If I knew I was going to want to restore individual packages every time then
maybe MSDB is not the place to be storing your packages (or maybe you should
use two places). As Sue says MSDB as a whole will need to be restored. How
about saving packages out to structured storage files as well as in MSDB.
This makes them slightly more portable.
If you want to have them backed up as a SQL Server backup then how about
creating a database with one table and that will be a replica of
sysdtspackages? This way it will be a lot quicker to restore as a whole
than maybe MSDB as there will be none of your job stuff in there etc

Just a couple of ideas.

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Sue Hoegemeier" <Sue_H (AT) nomail (DOT) please> wrote

Quote:
As in packages that have been deleted? In general, there is
no way to restore individual objects from a backup. You'd
need to restore database (msdb for packages) to another
server and get the packages from there.
If the packages still exist on the server and you need a
previous version, you can right click on a package, select
versions. You can select a previous version and click on the
edit button. Then save the package for this to become the
current running version of the package.

-Sue

On Tue, 1 Jun 2004 17:23:30 -0700, "Raoul Laoyan"
anonymous (AT) discussions (DOT) microsoft.com> wrote:

Is there a known way of restoring individual DTS packages
from backup?

Thanx for your help,




Reply With Quote
  #4  
Old   
Darren Green
 
Posts: n/a

Default Re: Restoring individual DTS Packages - 06-02-2004 , 02:11 AM



Could run DTS Backup, either manually or scheduled. Makes it easy to restore
a package too.

DTSBackup 2000
(http://www.sqldts.com/default.aspx?242)

Darren

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
In addition to Sue's comments.

If I knew I was going to want to restore individual packages every time
then
maybe MSDB is not the place to be storing your packages (or maybe you
should
use two places). As Sue says MSDB as a whole will need to be restored.
How
about saving packages out to structured storage files as well as in MSDB.
This makes them slightly more portable.
If you want to have them backed up as a SQL Server backup then how about
creating a database with one table and that will be a replica of
sysdtspackages? This way it will be a lot quicker to restore as a whole
than maybe MSDB as there will be none of your job stuff in there etc

Just a couple of ideas.

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Sue Hoegemeier" <Sue_H (AT) nomail (DOT) please> wrote in message
news:3jgqb0hlpb5mu3dt7l2vdmtj7seqd5lmtn (AT) 4ax (DOT) com...
As in packages that have been deleted? In general, there is
no way to restore individual objects from a backup. You'd
need to restore database (msdb for packages) to another
server and get the packages from there.
If the packages still exist on the server and you need a
previous version, you can right click on a package, select
versions. You can select a previous version and click on the
edit button. Then save the package for this to become the
current running version of the package.

-Sue

On Tue, 1 Jun 2004 17:23:30 -0700, "Raoul Laoyan"
anonymous (AT) discussions (DOT) microsoft.com> wrote:

Is there a known way of restoring individual DTS packages
from backup?

Thanx for your help,






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.