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
 General SQL Server Forums
 New to SQL Server Programming
 stress test / workload test

Author  Topic 

ovc
Starting Member

35 Posts

Posted - 2013-01-26 : 12:35:22
Hi there,

does anybody know a best way to simulate a workload test on a test database (for example adventureworks).

Are there some sql batch files which simulate queries recieved from an application.

(other database samples are also ok, also larger ones)

jackv
Master Smack Fu Yak Hacker

2179 Posts

Posted - 2013-01-27 : 02:12:28
Hi ovc, There a number of methods I use to recreate the application type queries and load.
One good tool is JMeter - free and open source.
Check some other approaches on : http://www.sqlserver-dba.com/2011/09/sql-server-test-data-generation-testing-tools.html

Jack Vamvas
--------------------
http://www.sqlserver-dba.com
Go to Top of Page
   

- Advertisement -