Re: Migrating DTS Local Package from test to production environments v7.0
From: Allan Mitchell (allan_at_no-spam.sqldts.com)
Date: 02/25/04
- Next message: Allan Mitchell: "Re: problem with "artificially" parametrized query..."
- Previous message: Darren Green: "Re: problem with "artificially" parametrized query..."
- In reply to: Ted: "Migrating DTS Local Package from test to production environments v7.0"
- Next in thread: Ted: "Re: Migrating DTS Local Package from test to production environments v7.0"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Feb 2004 07:17:56 -0000
Moving between environments can be problematic if you do not do some
thinking up front. A connection may be pointing to a test server,test
database or using a login that does nto exist anywhere else. You need to
think of this up front. In 2000 you have the Dynamic Properties task which
let's you set just about every property in your package retrieving the value
from an external source (INI File, Query, Constant etc).. This means your
package couldn't care less where it is so long as it can read the
configuration information it is happy. In 7 I use a workaround as we have
no DP task. I create a database table which the values I want. I create an
aliased server on the server called DTSSettings which points to wherever the
environment's configuration server happens to be. I then use a DataPump
task to load the values into Global Variables. I then use the Global
Variables in property assignments. We have loads of examples of changing
stuff in a package at www.SQLDTS.com
Hope this helps.
-- ---------------------------- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.allisonmitchell.com - Expert SQL Server Consultancy. www.SQLDTS.com - The site for all your DTS needs. I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Ted" <myitpro@att.net> wrote in message news:Os1gzSz%23DHA.3496@TK2MSFTNGP10.phx.gbl... > In a class I took there were some warnings given about creating a DTS > package in a test environment and then moving it to a production > environment. Sadly, I can't find my notes anymore! :-( > > Does anyone know the subtleties of doing this migration? I have a client > I'm going to tomorrow who is having this problem and I'd like to fix it real > quick for them. > > Ted > >
- Next message: Allan Mitchell: "Re: problem with "artificially" parametrized query..."
- Previous message: Darren Green: "Re: problem with "artificially" parametrized query..."
- In reply to: Ted: "Migrating DTS Local Package from test to production environments v7.0"
- Next in thread: Ted: "Re: Migrating DTS Local Package from test to production environments v7.0"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|