Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello

i need to tested performance of my database server.How many user connect at same time.
And how can i do this?
My Question is, How can i connect multiple connection to same database at same time?

Do you have any suggest?

What I have tried:

web searching
looking examples
Posted
Updated 24-Nov-16 1:47am
Comments
Richard MacCutchan 24-Nov-16 7:15am    
You will need lots of programs or threads to open connections to it, all running at the same time. Google may find you a ready made tool to do it.

1 solution

I found this by searching google with the phrase, "sql server test server performance".

A Tool to test sql server performance[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900