dbTalk Databases Forums  

Using DTSPackage Object Library

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


Discuss Using DTSPackage Object Library in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
M.Oro
 
Posts: n/a

Default Using DTSPackage Object Library - 12-11-2003 , 12:04 PM







We're working on a VB COM component that will dynamically build a DTS package using user inputs and configuration files. We have it working in a single-server test environment, but just realized that in production this component would be running on a machine that does not have a SQL Server installation on it. Now we're concerned about the Microsoft DTSPackage Object Library being available to make the necessary DTS calls.

So my questions are:
a.. Has anyone had to implement programatic DTS packages processing from a machine that does not have SQL Server installed?
b.. Does the SQL Client Tools install include the object libraries? (I haven't been able to find any articles that list in detail what the client tools install includes, and not sure we have a machine with just the Client Tools installed.
Thanks,
Moe.

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

Default Re: Using DTSPackage Object Library - 12-11-2003 , 01:21 PM






In article <eepDzEBwDHA.3116 (AT) tk2msftngp13 (DOT) phx.gbl>, M.Oro
<oromm (AT) yahoo (DOT) com> writes
Quote:
Â*
We're working on a VB COM component that will dynamically build a DTS
package using user inputs and configuration files.Â* We have it working in a
single-server test environment, but just realized that in production this
component would be running on a machine that does not have a SQL
Server installation on it.Â* Now we're concerned about the Microsoft
DTSPackage Object Library being available to make the necessary DTS
calls.Â*
Â*
So my questions are:
• Has anyone had to implement programatic DTS packages
processing from a machine that does not have SQL Server installed?
• Does the SQL Client Tools install include the object libraries?Â* (I
haven't been able to find any articles that list in detail what the client
tools install includes, and not sure we have a machine with just the
Client Tools installed.
Thanks,
Moe.
Simplest method is to install the client tools (Enterprise Manager is
the key component), or you can install the components manually-

Redistributing DTS with your program
(http://www.sqldts.com/default.aspx?225)

--
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.