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