Viewing 2 posts - 1 through 3 (of 3 total)
As I have mentioned above my solution is to wrap the script around SET PARSEONLY OFF/ON. And here is the implementation:
SET PARSEONLY OFF -- turn off the syntax and name...
August 16, 2016 at 8:27 pm
#1895824
The error is : "Invalid column name 'NotEligible'"
However, I have managed to solve it by using SET PARSEONLY OFF/ON around the script to turn off the reference checking at parsing/compile...
August 15, 2016 at 7:13 pm
#1895547