Problem with Chapter 1 example
Hello...I'm new to SSIS, but relatively seasoned with DTS. In chapter 1 on page 16, we are instructed to change a precedent constraint to Expression and Constraint. The Expression used is @intCount > 400. When I run this package, I am getting two errors, correspondingly, I have two questions:
1) shouldn't page 16 instruct that the value to be used in the expression read @[User::RowCount] > 400
2) when I run the package, an error is generated:
'Error at Chapter1: the expression "@[User::RowCount] > 400" must evaluate to True or False. Change the expression to evalutate to a Boolean Value.
|