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 |
|
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. |
 |
|
|
|
|
|