dbTalk Databases Forums  

DTS Sql Script

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


Discuss DTS Sql Script in the microsoft.public.sqlserver.dts forum.



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

Default DTS Sql Script - 07-13-2004 , 04:45 PM






Hi


I have a SQL sript that inserts information from one table into another
in the same DataBase.

Is it possible to do this in a DTS package because i need to schedule
this task.

Many Thanks

AQ





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

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

Default Re: DTS Sql Script - 07-13-2004 , 05:08 PM






In message <O$W1tKSaEHA.3996 (AT) TK2MSFTNGP12 (DOT) phx.gbl>, AQ Mahomed
<aq786 (AT) shoecrazy (DOT) co.za> writes
Quote:
Hi


I have a SQL sript that inserts information from one table into another
in the same DataBase.

Is it possible to do this in a DTS package because i need to schedule
this task.

Many Thanks

AQ

If this is just a T-SQL script why not schedule it directly with SQL
Server agent?

You could put in a DTS package, using a connection and an Execute SQL
Task, then schedule the package.


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