AykutArslan
Programmer
hey,
how many user access and run the same
"stored procedure" at the same time
on SQL Server 2000?
If more than one,
how can I solve the concurreny problem ?
Any example code for:
- one user is accassing the stored procedure xyz
which is using the table tab1 and tab2
- other user can not access the same stored procedure at the same time
- other user can only read from tab1 and tab2
how many user access and run the same
"stored procedure" at the same time
on SQL Server 2000?
If more than one,
how can I solve the concurreny problem ?
Any example code for:
- one user is accassing the stored procedure xyz
which is using the table tab1 and tab2
- other user can not access the same stored procedure at the same time
- other user can only read from tab1 and tab2