HI All,
My SQL Server Data Warehouse Environment needs to be bench marked for Maximum Throughput (MB/sec)
Server: HP DL585 G7 (4P * 12 C) = 48 cores
SAN : EMC VNX5300 (32 * 300 GB 15K disks)
Using SQLIO, I could measure the throughput of the SAN as 2.2 GB/sec.
I would like to measure the maximum throughput that SQL Server can generate by running IO intensive queries. I did a BACKUP to NULL file and could get 1.7 GB/sec. But I want to get the MB/sec that the queries would generate.
Questions:
1) How to measure the throughput (MB/sec) of a single query?
2) What kind of queries do i need to write to generate a workload of 2GB/sec. Any samples on Adventureworks would also be appreciated.
Thanks,
Ashish