dbTalk Databases Forums  

DTS - Generic Server Connection

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


Discuss DTS - Generic Server Connection in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Nasira Jamal
 
Posts: n/a

Default DTS - Generic Server Connection - 10-17-2003 , 01:05 AM






I need to make a generic connection to the server where the DYS package
is. eg. If the package is on server ABC, then the connection should be
to server ABC. How can I do this ?
Thank you in advance





*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

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

Default Re: DTS - Generic Server Connection - 10-17-2003 , 01:45 AM






You add a connection and then use 1 of a variety of methods to change the
DataSource property of the server connection

You can use

1. A Dynamic Properties task
2. Global Variables along with DTSRUN with the /A switch.
3. The object model in either an Active Script task or 3rd party app
outside of the package.

Connections
(http://www.sqldts.com/Default.aspx?101)

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Nasira Jamal" <njamal (AT) iqgroup (DOT) net> wrote

Quote:
I need to make a generic connection to the server where the DYS package
is. eg. If the package is on server ABC, then the connection should be
to server ABC. How can I do this ?
Thank you in advance





*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



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.