dbTalk Databases Forums  

Calling a DTS package within SQL Server Query Analyzer

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


Discuss Calling a DTS package within SQL Server Query Analyzer in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Abegail S. Aquino
 
Posts: n/a

Default Calling a DTS package within SQL Server Query Analyzer - 10-09-2003 , 01:17 AM






Hi,

Is it possible to call a DTS package from SQL Server
Analyzer??

If so, what is the syntax?

Thanks,
Abby

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

Default Re: Calling a DTS package within SQL Server Query Analyzer - 10-09-2003 , 04:48 AM






There is no direct SQL command, but you can use xp_cmdshell to call DTSRUN
or you can use the OLE stored procedures to manipulate the object model.

Execute a package from T-SQL
(http://www.sqldts.com/default.aspx?210)

--
Darren Green
http://www.sqldts.com

"Abegail S. Aquino" <aaquino2 (AT) vissg (DOT) jnj.com> wrote

Quote:
Hi,

Is it possible to call a DTS package from SQL Server
Analyzer??

If so, what is the syntax?

Thanks,
Abby



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.