在使用 VSTS 做壓力測試時,需要設定 storage type 為 SQL
指令如下
cd n:\Program Files\Microsoft Visual Studio 8\Common7\IDESQLCMD /S Sql2005dev2 -U sa -P password -i loadtestresultsrepository.sql
在使用 VSTS 做壓力測試時,需要設定 storage type 為 SQL
指令如下
cd n:\Program Files\Microsoft Visual Studio 8\Common7\IDESQLCMD /S Sql2005dev2 -U sa -P password -i loadtestresultsrepository.sql
2 執行SQLServer2005_PerformanceDashboard.msi
3 於 SSMS 中執行 C:\Program Files\Microsoft SQL Server\90\Tools\PerformanceDashboard\setup.sql 4 檢視報表:在 database 上按右鍵/Custom Reports,選擇 C:\Program Files\Microsoft SQL Server\90\Tools\PerformanceDashboard 下的 performance_dashboard_main.rdl
5 開始連報表上的連結
我最喜歡 missing indexes 這個了。由 sql server的執行計劃中,找到應該需要的 index。而非每次都要用 profiler 錄製並調整,這樣會對 server 有 impact