dbTalk Databases Forums  

How to backup dts package

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


Discuss How to backup dts package in the microsoft.public.sqlserver.dts forum.



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

Default How to backup dts package - 03-20-2006 , 03:07 PM






Hi guys,
I got a question, how to backup dts package. Because the backup database
doesn't include dts package, is there any way that we can use to backup dts
package.
Thanks.


Reply With Quote
  #2  
Old   
Andrew J. Kelly
 
Posts: n/a

Default Re: How to backup dts package - 03-20-2006 , 07:26 PM






Have a look here:
http://www.sqldts.com/default.aspx?242


--
Andrew J. Kelly SQL MVP


"Iter" <Iter (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi guys,
I got a question, how to backup dts package. Because the backup database
doesn't include dts package, is there any way that we can use to backup
dts
package.
Thanks.




Reply With Quote
  #3  
Old   
Jx!
 
Posts: n/a

Default Re: How to backup dts package - 03-21-2006 , 02:36 PM



There is a simply anwser (more than install a program)


The packages are stored in msdb database, in sysdtspackages tables.
However, you must have permissions to read this table.

So, you can create a table with the same structure than sysdtspackages
and then you can export by a DTS to this user table. after that you can
export to another server, but, please never, I said NEVER, alter the
data from de system table. Any modification of this system table can
generate a lost of data or lost of the DTS that are stored in the
database. (I can explain you by a personal experience... I lost every
packages from a server)

Another easy (and safe) way to backup this is backuping the msdb. (easy
and clean)

good luck.



Andrew J. Kelly ha escrito:

Quote:
Have a look here:
http://www.sqldts.com/default.aspx?242


--
Andrew J. Kelly SQL MVP


"Iter" <Iter (AT) discussions (DOT) microsoft.com> wrote in message
news:EC351B5C-4868-4074-90CD-7DE13C5D1ED2 (AT) microsoft (DOT) com...
Hi guys,
I got a question, how to backup dts package. Because the backup database
doesn't include dts package, is there any way that we can use to backup
dts
package.
Thanks.



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

Default Re: How to backup dts package - 03-21-2006 , 02:50 PM



Hello Jx!,

and we detail this here

http://www.sqldts.com/default.aspx?204


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
There is a simply anwser (more than install a program)

The packages are stored in msdb database, in sysdtspackages tables.
However, you must have permissions to read this table.

So, you can create a table with the same structure than sysdtspackages
and then you can export by a DTS to this user table. after that you
can export to another server, but, please never, I said NEVER, alter
the data from de system table. Any modification of this system table
can generate a lost of data or lost of the DTS that are stored in the
database. (I can explain you by a personal experience... I lost every
packages from a server)

Another easy (and safe) way to backup this is backuping the msdb.
(easy and clean)

good luck.

Andrew J. Kelly ha escrito:

Have a look here:
http://www.sqldts.com/default.aspx?242
--
Andrew J. Kelly SQL MVP
"Iter" <Iter (AT) discussions (DOT) microsoft.com> wrote in message
news:EC351B5C-4868-4074-90CD-7DE13C5D1ED2 (AT) microsoft (DOT) com...

Hi guys,
I got a question, how to backup dts package. Because the backup
database
doesn't include dts package, is there any way that we can use to
backup
dts
package.
Thanks.



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.