Viewing 7 posts - 1 through 7 (of 7 total)
Thanks John and Lynn. I am bundling my tasks into sequence containers appropriately and things appear to be working fine now that I understand the underlying issue.
Feedback most appreciated!
Gary
November 4, 2009 at 9:15 am
Thanks folks. I am now finding some details that indicate I can change the precedence constraint to include the OR ... expression. In small tests this seems to...
November 3, 2009 at 3:37 pm
Did some more testing and have a simple example of the issue I am seeing:
Create a package. Add a SQL task that performs "Select 1" and stores the 1...
November 3, 2009 at 2:57 pm
My apologies. The example I used is bogus and I somehow reversed my logic. The problem I encountered appeared once I had created views from queries I had...
August 28, 2009 at 9:25 am
Understood. I wish tSql had a native IsInteger...
But either way, a value like 'NG123' would fail the ISNUMERIC test, so I expected it to be filtered before the CAST...
August 28, 2009 at 9:10 am
The WHERE criteria (current iteration) attempts to limit the result set to values that match this pattern:
A999A
Where "A" is an alpha, and "9" is a numeric. The actual length...
August 28, 2009 at 9:07 am
Well, thanks, but as I mentioned, this is greatly simplified and the real WHERE clause is significantly more involved. I picked this one simply to illustrate what I think...
August 28, 2009 at 8:49 am
Viewing 7 posts - 1 through 7 (of 7 total)