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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bambam229

    Trouble with mapping variables

    In your workflow or session log does it say that it found the variables or does it say something like "using defaults"?
  2. bambam229

    Update strategy question...

    Update strategies are expensive. Do the comparison in an expression that sets an integer flag. For example in an output port of an expression say: IIF(src_COL1 != tgt_COL1 or src_COL2 != tgt_COL2, 1, 0) Then in a filter have the expression filter out all rows were the integer flag = 0...

Part and Inventory Search

Back
Top