Link to home
Start Free TrialLog in
Avatar of itnifl
itniflFlag for Norway

asked on

Run stress against AdventureWorks2008 database

I am testing out SQL Tracing, and I want to generate a trace file that I can load into the Database Engine Tuning Advisor. I have all I need, but not a system with a load that can generate anything in the trace file I am trying to produce. I have a test system set up with the "AdventureWorks2008" test database. Is there a way to emulate stress or strain on it so that I might induce some results in my trace file?
Avatar of DcpKing
DcpKing
Flag of United States of America image

Try writing a test procedure that runs some of the procs in AdventureWorks. For example, run uspGetBillOfMaterials for each ProductAssemblyID in Production.BillOfMaterials.


hth

Mike
ASKER CERTIFIED SOLUTION
Avatar of Marten Rune
Marten Rune
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of itnifl

ASKER

Thank you.