dbTalk Databases Forums  

SQL 7.0 Question

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


Discuss SQL 7.0 Question in the microsoft.public.sqlserver.dts forum.



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

Default SQL 7.0 Question - 06-15-2005 , 04:56 AM






I'm having to retrofit some of my SQL 2000 DTS packages back to SQL 7.0 for a
different environment.

In SQL 7.0 Is there any way to get values from the database into Global
Variables? In 2000 I would just use output parameters in an Execute SQL task,
but obviously this is not possible in 7.0.

For example I store the current directory information in a database field.
How would I get that back so I could use it in an ActiveX script?

Thanks,

Andy C

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

Default Re: SQL 7.0 Question - 06-15-2005 , 03:13 PM






Use a DataPump task. It works a treat

--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


"Andy C" <AndyC (AT) discussions (DOT) microsoft.com> wrote

Quote:
I'm having to retrofit some of my SQL 2000 DTS packages back to SQL 7.0
for a
different environment.

In SQL 7.0 Is there any way to get values from the database into Global
Variables? In 2000 I would just use output parameters in an Execute SQL
task,
but obviously this is not possible in 7.0.

For example I store the current directory information in a database field.
How would I get that back so I could use it in an ActiveX script?

Thanks,

Andy C



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.