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
PNG Image Lib , can't compile with D2010
TSQL Scalar Function using select inside the function & excluding date
Java Client Applet - Server Side Items?
Moving WSUS 3.0 from Server 2003 R2 - Server 2008 R2
skip sections of powershell script
Set theory algorithm question
Publishing Exchange 2007 OWA using NTLM with Forefront TMG?
What is the alternative for DIR when using VBA to call Sharepoint?
From a given date find the nearest Friday.
Set referer when open url with Shellexecute