Joan Lawson
Member
I have a long series of sql commands that I run manually on a daily basis while still needing to prove that all is working as designed.
Each command does an insert or update and is followed by a commit. On occasion, the command will return a "executing...", and not complete. I do a break. And, still cannot get the command to complete. (The command can be as simple as an update to one row).
If another person executes the same exact command on the same database in a different session, in a command window, it works perfectly fine. She says that it is safer/better to run these commands in command windows rather than in sql windows.
Any thoughts on this - what could be wrong on my part - or whether there is a difference between the sql and command windows? Any thoughts would be appreciated.
Thanks.
Each command does an insert or update and is followed by a commit. On occasion, the command will return a "executing...", and not complete. I do a break. And, still cannot get the command to complete. (The command can be as simple as an update to one row).
If another person executes the same exact command on the same database in a different session, in a command window, it works perfectly fine. She says that it is safer/better to run these commands in command windows rather than in sql windows.
Any thoughts on this - what could be wrong on my part - or whether there is a difference between the sql and command windows? Any thoughts would be appreciated.
Thanks.