How to test if a MS SQL 2008 database can serve 200 concurent users
Posted
by sh00
on Stack Overflow
See other posts from Stack Overflow
or by sh00
Published on 2010-05-21T21:23:53Z
Indexed on
2010/05/21
21:30 UTC
Read the original article
Hit count: 231
sql
I have a MS SQL 2008 database in 3NF.
I must check if the db can support many concurent users.
Which is the best method ?
[Is there any free tool to do this ?]
Thank you very much.
© Stack Overflow or respective owner