dbTalk Databases Forums  

looping, importing

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


Discuss looping, importing in the microsoft.public.sqlserver.dts forum.



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

Default looping, importing - 02-22-2005 , 04:25 PM






I downloaded a sample package from sqldts that is exactly what I needed -
http://www.sqldts.com/default.aspx?246. I have one question about it, and
ActiveX tasks in general.

In step 6, it has the loop returning to "set stpbegin =
pkg.Steps("DTSStep_DTSActiveScriptTask_3")". How do I know what step number
(e.g. DTSStep_DTSActiveScriptTask_3) my task is? Mine don't have names like
this, they have more descriptive names. I tried changing the above to my
step's name, but it didn't work.

Thanks, Andre



Reply With Quote
  #2  
Old   
Paul Smith
 
Posts: n/a

Default Re: looping, importing - 02-22-2005 , 04:48 PM






Right click a task at take a look at workflow properties, this where the nae
is visible. You can cut and paste directly from the tabbed dialog


"Andre" <no (AT) spam (DOT) com> wrote

Quote:
I downloaded a sample package from sqldts that is exactly what I needed -
http://www.sqldts.com/default.aspx?246. I have one question about it, and
ActiveX tasks in general.

In step 6, it has the loop returning to "set stpbegin =
pkg.Steps("DTSStep_DTSActiveScriptTask_3")". How do I know what step
number (e.g. DTSStep_DTSActiveScriptTask_3) my task is? Mine don't have
names like this, they have more descriptive names. I tried changing the
above to my step's name, but it didn't work.

Thanks, Andre





Reply With Quote
  #3  
Old   
Andre
 
Posts: n/a

Default Re: looping, importing - 02-22-2005 , 04:57 PM



aaaahaaa. I knew it had to be there somewhere. Thanks so much!

Andre

"Paul Smith" <paul (AT) spamno_sagestore (DOT) com> wrote

Quote:
Right click a task at take a look at workflow properties, this where the
nae is visible. You can cut and paste directly from the tabbed dialog


"Andre" <no (AT) spam (DOT) com> wrote in message
news:%233zpG2SGFHA.2032 (AT) tk2msftngp13 (DOT) phx.gbl...
I downloaded a sample package from sqldts that is exactly what I needed -
http://www.sqldts.com/default.aspx?246. I have one question about it, and
ActiveX tasks in general.

In step 6, it has the loop returning to "set stpbegin =
pkg.Steps("DTSStep_DTSActiveScriptTask_3")". How do I know what step
number (e.g. DTSStep_DTSActiveScriptTask_3) my task is? Mine don't have
names like this, they have more descriptive names. I tried changing the
above to my step's name, but it didn't work.

Thanks, Andre







Reply With Quote
  #4  
Old   
Jamie Thomson
 
Posts: n/a

Default Re: looping, importing - 02-22-2005 , 05:09 PM



You can also right-click anywhere on the design surface and select
"Disconnected Edit". From there you will be able to see all of the task
names.


Regards
Jamie Thomson
An SSIS blog - http://blogs.conchango.com/jamiethom...tegory/71.aspx


"Paul Smith" <paul (AT) spamno_sagestore (DOT) com> wrote

Quote:
Right click a task at take a look at workflow properties, this where the
nae is visible. You can cut and paste directly from the tabbed dialog


"Andre" <no (AT) spam (DOT) com> wrote in message
news:%233zpG2SGFHA.2032 (AT) tk2msftngp13 (DOT) phx.gbl...
I downloaded a sample package from sqldts that is exactly what I needed -
http://www.sqldts.com/default.aspx?246. I have one question about it, and
ActiveX tasks in general.

In step 6, it has the loop returning to "set stpbegin =
pkg.Steps("DTSStep_DTSActiveScriptTask_3")". How do I know what step
number (e.g. DTSStep_DTSActiveScriptTask_3) my task is? Mine don't have
names like this, they have more descriptive names. I tried changing the
above to my step's name, but it didn't work.

Thanks, Andre







Reply With Quote
  #5  
Old   
Andre
 
Posts: n/a

Default Re: looping, importing - 02-22-2005 , 05:29 PM



Very cool, that's very helpful.

Thanks, Andre

"Jamie Thomson" <jamiekthomson (AT) removethisbit (DOT) blueyonder.co.uk> wrote in
message news:hYOSd.197504$K7.92603 (AT) fe2 (DOT) news.blueyonder.co.uk...
Quote:
You can also right-click anywhere on the design surface and select
"Disconnected Edit". From there you will be able to see all of the task
names.


Regards
Jamie Thomson
An SSIS blog - http://blogs.conchango.com/jamiethom...tegory/71.aspx


"Paul Smith" <paul (AT) spamno_sagestore (DOT) com> wrote in message
news:O1MGwCTGFHA.3792 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
Right click a task at take a look at workflow properties, this where the
nae is visible. You can cut and paste directly from the tabbed dialog


"Andre" <no (AT) spam (DOT) com> wrote in message
news:%233zpG2SGFHA.2032 (AT) tk2msftngp13 (DOT) phx.gbl...
I downloaded a sample package from sqldts that is exactly what I needed -
http://www.sqldts.com/default.aspx?246. I have one question about it,
and ActiveX tasks in general.

In step 6, it has the loop returning to "set stpbegin =
pkg.Steps("DTSStep_DTSActiveScriptTask_3")". How do I know what step
number (e.g. DTSStep_DTSActiveScriptTask_3) my task is? Mine don't have
names like this, they have more descriptive names. I tried changing the
above to my step's name, but it didn't work.

Thanks, Andre









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

Default Re: looping, importing - 02-22-2005 , 05:32 PM



And Step Names <grin>

"Jamie Thomson" <jamiekthomson (AT) removethisbit (DOT) blueyonder.co.uk> wrote in
message news:jamiekthomson (AT) removethisbit (DOT) blueyonder.co.uk:
Quote:
You can also right-click anywhere on the design surface and select
"Disconnected Edit". From there you will be able to see all of the task
names.


Regards
Jamie Thomson
An SSIS blog - http://blogs.conchango.com/jamiethom...tegory/71.aspx


"Paul Smith" <paul (AT) spamno_sagestore (DOT) com> wrote in message
news:O1MGwCTGFHA.3792 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
Right click a task at take a look at workflow properties, this where the

nae is visible. You can cut and paste directly from the tabbed dialog


"Andre" <no (AT) spam (DOT) com> wrote in message
news:%233zpG2SGFHA.2032 (AT) tk2msftngp13 (DOT) phx.gbl...
I downloaded a sample package from sqldts that is exactly what I needed
-
http://www.sqldts.com/default.aspx?246. I have one question about it,
and
ActiveX tasks in general.

In step 6, it has the loop returning to "set stpbegin =
pkg.Steps("DTSStep_DTSActiveScriptTask_3")". How do I know what step

number (e.g. DTSStep_DTSActiveScriptTask_3) my task is? Mine don't
have
names like this, they have more descriptive names. I tried changing
the
above to my step's name, but it didn't work.

Thanks, Andre






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.