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.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 How to handle an user's multi execution of SPs.

Author  Topic 

santosh2307
Starting Member

7 Posts

Posted - 2009-03-10 : 09:02:50
Can I get some info on how to handle multi executions of SPs in SQL 2005.
The basic idea is, I have a report developed in SSRS, if a single user runs the same report at the same time in diffent web brower sessions , the report should not give wrong values (during the summations).

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2009-03-10 : 09:47:40
They shouldn't clash anyway, unless you are inserting into a table to do the summations? Please explain your isuue further with data and samples of issues you are getting.
Go to Top of Page
   

- Advertisement -