dbTalk Databases Forums  

Transform data task parameter not changing

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


Discuss Transform data task parameter not changing in the microsoft.public.sqlserver.dts forum.



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

Default Transform data task parameter not changing - 12-28-2004 , 04:49 AM






I have set up a loop in DTS which connects to various servers and collects
data from them. I have two parameters which are fed into my transform data
task query from global variables.

EXECUTE uspGetAlertPool @LastRun=?,@ServerID=?

For some reason, the LastRun is not updated every time it loops through but
the ServerID does change. The LastRun always stays on the first value that
was assigned to it and does not get updated for subsequent values.

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

Default Re: Transform data task parameter not changing - 12-28-2004 , 05:14 AM






How are you doing the asssignment?

You may want to look and see if case matches.

--



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


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

Quote:
I have set up a loop in DTS which connects to various servers and collects
data from them. I have two parameters which are fed into my transform data
task query from global variables.

EXECUTE uspGetAlertPool @LastRun=?,@ServerID=?

For some reason, the LastRun is not updated every time it loops through
but
the ServerID does change. The LastRun always stays on the first value that
was assigned to it and does not get updated for subsequent values.



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.