Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
gzeynep
Starting Member
1 Post |
Posted - 2009-09-15 : 06:27:57
|
hello,I have problem about transactions. I use "BEGIN TRANSACTON" and some queries and than "COMMIT TRANSACTION". Everything is correct in the queries but sql server can not commit correctly. So I want to monitor logs to find the error bur I could not find how to do that. Could u help me please ...thank you |
|
YellowBug
Aged Yak Warrior
616 Posts |
Posted - 2009-09-15 : 06:38:27
|
1. Are you using BEGIN TRY..CATCH for your error handling?2. What logs do you want to monitor? SQL Server? Application?Please explain what problems you have with transactions. |
 |
|
|
|
|