dbTalk Databases Forums  

run sql-statments in dts

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


Discuss run sql-statments in dts in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
David Velasco
 
Posts: n/a

Default run sql-statments in dts - 12-03-2003 , 03:51 PM






Hi all,

Any ideas in how to run sql-statment in a dts? The output need to be sent to a file.

TIA

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

Default Re: run sql-statments in dts - 12-03-2003 , 04:51 PM






In article <5F0284EC-33C8-45FE-93FC-1D818018B4FE (AT) microsoft (DOT) com>, David
Velasco <anonymous (AT) discussions (DOT) microsoft.com> writes
Quote:
Hi all,

Any ideas in how to run sql-statment in a dts? The output need to be
sent to a file.

TIA
The Execute SQL Task is all about executing SQL statements.

Add a connection to your package
Add an Execute SQL Task to you package, set the connection, and set the
statement.

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