Avatar of Fred Sherm
Fred Sherm
Flag for United States of America asked on

SQL Server Test

I am looking to test SQL Server 2005 for performance measures. I am doing this on a test server. I need to be able to simulate SQL  transactions to see how well the server performs. Does anyone know a way of doing this with T-SQL or a Microsoft Tool?  I already installed  Read80Trace, OStress and SQLIOSIM -- but they didn't offer what I am looking to do.
Thanks.
DatabasesMicrosoft SQL ServerMicrosoft SQL Server 2005

Avatar of undefined
Last Comment
MacNuttin

8/22/2022 - Mon
prabhakaranbk

Fred Sherm

ASKER
Thanks for the reply. As I mentioned in my post I already tried SQLIO, this is for doing a stress test on the server - it doesn't run simulated SQL transactions.  I am not sure about the second link http://www.codeplex.com/SQLLoadTest - it discusses Visual Studio. I want to be able to run this within Management Studio. I am not opposed to purchasing a third party application - do you have any experience with a specific program that has run simulated sql transactions?  Thanks.
prabhakaranbk

I don't have any personal experince with these tools.But here is more options you have and great explantion too.
http://www.sqlservercentral.com/Forums/Topic442278-361-1.aspx
http://www.sql-server-performance.com/articles/per/stress_test_part3_p1.aspx  
Your help has saved me hundreds of hours of internet surfing.
fblack61
Fred Sherm

ASKER
Those links give the same info as your first response, either running SQLIO.exe or having to do coding in Visual Studio.   I hoping there is another alternative to doing this within Management Studio.
MacNuttin

Well there is the Perf Stats Script and also I've heard of SQLDIAG and PSS read about it in this blog:
http://blogs.msdn.com/psssql/archive/2007/02/21/sql-server-2005-performance-statistics-script.aspx
Cheers
Rob
TAB8

You cant do this from with Management Studio ..   you can do load testing from within team editon of visual studio db pro ...   but what performance are you wanting to measure ?  SQLIO will show you disk io performance for sql like transactions ...   ?  for cpu and memory .. you will have to test with your application to get true results ..  
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Fred Sherm

ASKER
I think the application I am looking for is called DBHammer.
If anyone has a link for where I can download this, please post. Thanks.
prabhakaranbk

ASKER CERTIFIED SOLUTION
MacNuttin

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.