RE: Transactions commit during command timeout
From: Kevin Yu [MSFT] (v-kevy_at_online.microsoft.com)
Date: 12/23/04
- Next message: Matt Neerincx [MS]: "Re: ADOX/ADO quirk when creating a primary key"
- Previous message: ctech: "mdac 2.8 rolls back at end of installation"
- In reply to: Mike Vedder: "Transactions commit during command timeout"
- Next in thread: Mike Vedder: "RE: Transactions commit during command timeout"
- Reply: Mike Vedder: "RE: Transactions commit during command timeout"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 23 Dec 2004 05:54:45 GMT
Hi,
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to know why the SQL server
sends a timeout error and the transaction is still committed. If there is
any misunderstanding, please feel free to let me know.
As far as I know, when we start a new transaction with BEGIN TRAN and
execute some SQL commands, for example, insert, the transaction will not be
rolled back until you call ROLLBACK TRAN explicitly. However, the record
will be inserted, but COMMIT TRAN will not be executed.
In your last post, you mentioned that the transaction has been committed.
Do you mean that you saw COMMIT TRAN in the SQL Profiler or you just saw
that records have been inserted?
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
- Next message: Matt Neerincx [MS]: "Re: ADOX/ADO quirk when creating a primary key"
- Previous message: ctech: "mdac 2.8 rolls back at end of installation"
- In reply to: Mike Vedder: "Transactions commit during command timeout"
- Next in thread: Mike Vedder: "RE: Transactions commit during command timeout"
- Reply: Mike Vedder: "RE: Transactions commit during command timeout"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|