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.
Author |
Topic |
denis_the_thief
Aged Yak Warrior
596 Posts |
Posted - 2010-11-11 : 15:33:48
|
Any ideas on ways we can measure different servers in terms of how fast they can execute queries? If they had the excact same data, we could run a query on 2 servers and time that, but assuming we can't do that since they don't have the same data.Is Buffer Manager's Page Reads/ sec a reliable indication? |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2010-11-15 : 10:36:32
|
set statistics time on |
 |
|
denis_the_thief
Aged Yak Warrior
596 Posts |
Posted - 2010-11-17 : 16:34:43
|
Maybe I should be asking is their any rating or a simple benchmark that I can use to determine the relative speeds of servers ability to execute queries, inserts, calculations etc.With set statistics time on, I can time 2 queries on 2 different servers but that will not tell me which server is faster. Unless the servers were identical in terms of their Data and Table structures. |
 |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2010-11-19 : 10:45:38
|
have a look at SQLIOSIM.http://support.microsoft.com/kb/231619 |
 |
|
|
|
|