Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Control Flow

Status
Not open for further replies.

williey

Technical User
Jan 21, 2004
242
How do I setup a task to check the value of a column on an interval until the condition is met?

Do I really have to use Script Task? This is in SSIS.

Thanks!

------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
 
You would want to post this in the SSIS forum forum1555.

You can do this via a script task, or with a sql task within a loop object.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

My Blog
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top