Bug: Must declare the scalar variable "@pv"Possible Solution

vaspervasper Posts: 7
edited November 19, 2012 10:13AM in SQL Packager Previous Versions
This was not fixed despite being said so in the maintenance release. Now in fact it is the oposite. Varialbe NOT declared!!!!

The problem seems to be associated with the declaration that is missing from the batch scope.

pvProblem.png

I am 99% sure that this "Batch13" is executed out of scope.

This happens a lot in our scripts since they contain large number of binary data updates.

You should insert the declaration dynamicaly when the exes are running the scripts, right after the first batch.

Comments

Sign In or Register to comment.