dbTalk Databases Forums  

using Stored procedure or DTS script

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


Discuss using Stored procedure or DTS script in the microsoft.public.sqlserver.dts forum.



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

Default using Stored procedure or DTS script - 11-11-2003 , 02:36 PM






I am looking at the pros and cons of using Stored procedure or DTS script.

I want to select some records, Create a file, FTP the file. Run some dos commands.

Any reference to convince skeptics will be greatly apreciated.


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

Default Re: using Stored procedure or DTS script - 11-12-2003 , 08:56 AM






DTS would give you a nice graphical representation.

DataPump task to a text file
Use an ExecuteProcess task and FTP.exe
Use an ExecuteProcess task and a batch file.

--

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


"Heds" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
I am looking at the pros and cons of using Stored procedure or DTS script.

I want to select some records, Create a file, FTP the file. Run some dos
commands.

Any reference to convince skeptics will be greatly apreciated.




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.