dbTalk Databases Forums  

Storing DTS Package

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


Discuss Storing DTS Package in the microsoft.public.sqlserver.dts forum.



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

Default Storing DTS Package - 05-10-2005 , 04:28 PM






I need to make a decision whether to store a DTS package on the SQL Server
or on the File system.
Can the group please fill in Advantages and Disadvantages on either side.

Thank you all in Advance
~Sat



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

Default Re: Storing DTS Package - 05-10-2005 , 04:40 PM






I would immediately think of

SQL Server

Backed up with your MSDB backup
Centrally stored
Can be queried for versions

File System

Easily distributable
You can store the packages in a hierarchy
Source Control






"Satish Balusa" <sbalusaN0_SpaM (AT) corillian (DOT) com> wrote


Quote:
I need to make a decision whether to store a DTS package on the SQL Server
or on the File system.
Can the group please fill in Advantages and Disadvantages on either side.

Thank you all in Advance
~Sat


Reply With Quote
  #3  
Old   
Helge C. Rutz
 
Posts: n/a

Default Re: Storing DTS Package - 05-10-2005 , 05:03 PM



Hi Satisch,

"Satish Balusa" <sbalusaN0_SpaM (AT) corillian (DOT) com> schrieb im Newsbeitrag
news:Oun57caVFHA.1384 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Quote:
I need to make a decision whether to store a DTS package on the SQL Server
or on the File system.
Can the group please fill in Advantages and Disadvantages on either side.
it depends on the usage.
I develop DTS packages in the SQL Server. This allows easier/faster
openening with the list of packages in EM and also easy switching/rollback
to earlier version.
Also the history can be helpful for testing.
Each time I get a stable and tested version I save it as file to add it to
the source control system and deploy it.
When you execute it in production, you normaly store it in the SQL Server
to allow the Admins a fast overview of packages and jobs and maybe the
usage of the package history.
Also the job creation and scheduling is nicely integrated when packages are
stored inside of the SQL Server.
But from the application view you may not want to install packages inside
of the SQL Server, but instead save them as dts files together with the
application and execute them inside of the application.

Helge




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

Default Re: Storing DTS Package - 05-10-2005 , 05:24 PM



In message <ek3bmiaVFHA.3176 (AT) TK2MSFTNGP12 (DOT) phx.gbl>, Allan Mitchell
<allan (AT) no-spam (DOT) sqldts.com> writes
Quote:
I would immediately think of

SQL Server

Backed up with your MSDB backup
Centrally stored
Can be queried for versions
Easy to work with, better designer support.
Simple to distribute, as can be done from remote machines with SQL
access only

Quote:
File System

Easily distributable
You can store the packages in a hierarchy
Source Control
--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



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.