Results 1 to 8 of 8

Thread: DTS package

  1. #1
    Join Date
    Jan 2003
    Posts
    14

    Question DTS package

    Where are DTS packages stored? Are they stored as a structure file ext or in SQL DB?
    Are they backed up with the SQL server? Or do I need to back them up separatly?
    What do I need to do for recovery if server failed?
    Please advise.
    Thank you in advance.

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    If you have saved the packages in sql server it is stored in msdb..sysdtspackages.

    But you could also chose to save the package as a file or in MS repository.

    Look in BOL for "Repository SQL Tables" for a list of tables used by repository.

  3. #3
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254

  4. #4
    Join Date
    Jan 2003
    Posts
    14
    Thank you for all your information.

    Is there any limitation on how many DTS pacakages can exist in MSDB? Is it limited by the size of the MSDB?

    Thanks

  5. #5
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    That's correct.

  6. #6
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    try to keep one version for one DTS package so that you can save space and you will know which version you are using.

  7. #7
    Join Date
    Jan 2003
    Posts
    14
    Thank you for your advice. Do I have to manually maintain the number of versions to keep in the MSDB?

  8. #8
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    MSDB stores all the versions. you have to manually delete old versions of DTS package if you like to save some space.

    everytime you update a DTS package it is saved as a new version. right click on any DTS package and click on 'versions', you can find how many versions you have.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •