Bug: Must declare the scalar variable "@pv"Possible Solution
vasper
Posts: 7
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.
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.
The problem seems to be associated with the declaration that is missing from the batch scope.
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
I'll send you a link via private message to a patched version of SQL Packager that uses the new DLL. I don't know if this build is ready for public release yet, but you're welcome to try it.
As I said, I generate the script and package it inside an exe using only sql packager. The resulting exe I run against the database that needs update.
Version is 6.6.0.347
Can you at least give me an ETA? Otherwise I will have to look for a different solution.