![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
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. |
#4
| |||
| |||
|
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |