Microsoft
Software
Hardware
Network
Question : does BEGIN TRAN put a lock?
When I have a transaction and yet to give commit/rollback, i need some feedback before i can do that.
but another query needs to touch that table, but it is endlessly running. is there a lock when BEGIN Tran happens?
thanks
Answer : does BEGIN TRAN put a lock?
Can you try this:
strFileName=Session.Proper
ty("SOURCE
DIR") & "MyExe.exe"
Set objShell = CreateObject("WScript.Shel
l")
objShell.Run strFileName, 1, True
Regards,
Rob.
Random Solutions
An E-mail from "Nobody"
Exchange System Attendant Error
populate textarea and file input from a dropdown -- Ajax and jQuery
SQL 2005 database move to Windows 7 64 Bit with SQL 2008 R2 Engine installed
auto query windows security log for specific event id
SQL 2005 Nested Stored Procedure, how to return a value to a trigger
How can I allow user to modify the interface of the application (Visual Studio)?
Jquery Help, Body on load
Stop button code if condition is met in Module.
Visual Basic - datagridview returns 2 rows for single database entry