![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Using Microsoft Sql 7.0 where are DTS jobs stored ?We currently keep 80-100 dts jobs on the server and I am planning my backup procedures. My SQL person tell me that they are not stored any where in the database ? Is this true? If my server failed and I restored my databases Master, model pubs and distribution from tape I wouldn't be able to reclaim these jobs ? . |
#3
| |||
| |||
|
|
There are four ways to save a DTS package: in SQL Server, in Meta Data Services, in a Structured Storage File, and in a VB file. The default is to save it in SQL Server, which means it gets stored in the MSDB database (that's the one used for job scheduling and such). Even if you're not saving the package in the server, you are still saving it as a file of some sort, and it can (and should) be backed. Per the BOL, Saving a DTS Package to SQL Server Save your Data Transformation Services (DTS) package to Microsoft® SQL ServerT if you want to store packages on any instance of SQL Server on your network, keep a convenient inventory of those packages, and add and delete package versions during the package development process. This option saves a DTS package in the sysdtspackages table in the SQL Server msdb database as BLOB (binary large object) data. You can save and delete versions of a SQL Server package. If a package has multiple versions, you can display a version history in SQL Server Enterprise Manager and open the version you want. Otherwise, the latest package version is opened. "Ed Redmond" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:cee201c3ba7e$4ecf25f0$a601280a (AT) phx (DOT) gbl... Using Microsoft Sql 7.0 where are DTS jobs stored ?We currently keep 80-100 dts jobs on the server and I am planning my backup procedures. My SQL person tell me that they are not stored any where in the database ? Is this true? If my server failed and I restored my databases Master, model pubs and distribution from tape I wouldn't be able to reclaim these jobs ? . |
#4
| |||
| |||
|
|
Using Microsoft Sql 7.0 where are DTS jobs stored ?We currently keep 80-100 dts jobs on the server and I am planning my backup procedures. My SQL person tell me that they are not stored any where in the database ? Is this true? If my server failed and I restored my databases Master, model pubs and distribution from tape I wouldn't be able to reclaim these jobs ? . |
![]() |
| Thread Tools | |
| Display Modes | |
| |