Hello All,
We have a three tier application; the back-end being
SQLServer, the front-end being a Java application and the
middle-tier being a web-logic server.
The users enter data via the Java application. Yesterday,
I was going through the profiler when I came across
something. I noticed that for every transaction, it puts
another dummy transaction,ie, in the example shown below,
BEGIN TRAN -- usp_Booking_Insert -- COMMIT TRAN is one and
Now, I dont know why it introduces the second transaction.
I noticed that it consumes about 16ms in the profiler.
Since our application is an OLTP application, I'm worried
because next month we will adding another 100 users.
I would really appreciate some help from others.
Thanks,
rgn
BEGIN TRAN