Not really sure where to post this, so I'll try here.
So I hand enter an ad-hoc query in sql server and forget to add an 'end transaction' (or rollback as the case may be).
I have an application which I can run either thru a web service or locally, both accessing the same DB.
If I run the application locally it still works fine, even though it is using the same credentials(my credentials) as SQL Server Management Studio, where I entered the request.
If I run the application thru the web service, the connection is blocked on the unresolved transaction. This is using different credentials.
This is not what I would expect. Can anyone explain why this is?
Joe Garry