Re: Different result WITH or WITHOUT using Transaction in SQL Server Stored Procedure
- From: negistilak@xxxxxxxxx
- Date: Wed, 11 Feb 2009 23:59:00 -0800 (PST)
On Feb 12, 12:50 pm, negisti...@xxxxxxxxx wrote:
Hello,
I'm using sql server 2000 and trying to optimize the code for fast
running.
Approach is to shift Begin / Commit Tran at the end of program by
performing intermidiate transactions in # tables.
But it is giving different result WITH or WITHOUT using Transaction in
SQL Server Stored Procedure even if I only remove transaction.
Kindly let me know incase someone has some idea.
Thanks in advance.....!
Best Regards,
T.S.Negi
Just to Add, doing insert update in a table having around 500 thousand
records along with many other small tables used inside the stored
procedure.
.
- References:
- Prev by Date: Different result WITH or WITHOUT using Transaction in SQL Server Stored Procedure
- Next by Date: Re: Different result WITH or WITHOUT using Transaction in SQL Server Stored Procedure
- Previous by thread: Different result WITH or WITHOUT using Transaction in SQL Server Stored Procedure
- Next by thread: Re: Different result WITH or WITHOUT using Transaction in SQL Server Stored Procedure
- Index(es):
Relevant Pages
|
Loading