Activity overview
Latest activity by ROOYEVAAR
Input string was not in a correct format
Hi,
I'm installing SQL Backup 5.4 on a new server, but I get this error every time I try to install the server components.
First it fails completely, but if I leave that window open, install SQBSer...
SET NOEXEC ON
Hi,
I ran into a tricky situation here; I use mutliscript to deploy stored procedures, one stored proc per script file.
Some scripts have an error handler in them, where if something goes wrong, a ...
None really, this is default I guess.
If you do a BEGIN TRANSACTION
UPDATE sometable SET someColumn=1
and you leave out the commit, you should get a warning when you close the screen. / comments
None really, this is default I guess.
If you do a BEGIN TRANSACTION
UPDATE sometable SET someColumn=1
and you leave out the commit, you should get a warning when you close the screen.
As far as I know, there is no setting to check for open transactions in the MultiScript application, that's the point.
I'm using MSSQL 2005 and 2008, and if you run a script there with an unfinished transaction, you get a warning when you try to close the query screen. / comments
As far as I know, there is no setting to check for open transactions in the MultiScript application, that's the point.
I'm using MSSQL 2005 and 2008, and if you run a script there with an unfinishe...
Multiscript and open transactions
Hello,
I use multiscript to run several stored procedure change scripts on databases.
I now run into the problem that a mistake has been made in the script, the closing COMMIT statement is missing....