transaction problems

S

Smokey Grindle

I am having wierd transaction problems where the transaction holds a lock in
SQL Server 2005 even after i perform the transaction.commit... anyone know
why ADO.NET would be doing this? this is a sqltransaction object that i am
working with.. thanks
 
M

Miha Markic

Hi Smokey,

You are probably doing something wrong.
What does your code look like?
 
M

Mary Chipman [MSFT]

One way to troubleshoot these problems is by using a Profiler trace to
see the commands that are being sent to SQLS. Judging from the
information you have provided about locks being held, it looks like
SQLS has not actually committed the transaction.

-Mary
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top