2013-12-13 60 views
1

我試圖建立在Visual Studio負載測試,但是每當我運行它,我得到的錯誤:的Visual Studio負載測試結果數據庫

「無法連接到負載測試結果數據庫」。

我點擊鏈接以獲得錯誤幫助,它會帶我到一個頁面來安裝SQL Server,但我之前的印象是,這可能存儲在本地沒有SQL Server。任何想法如何設置它?

回答

3

您需要設置您的SQL進行負載測試。 From http://blogs.msdn.com/b/visualstudioalm/archive/2012/06/04/getting-started-with-load-testing-in-visual-studio-2012.aspx

Fortunately this is quite easy to fix….Navigate to the IDE directory were you installed Visual Studio 2012 and open the file: loadtestresultsrepository.sql.

Right clicking anywhere in this file and choosing 「Execute」 will prompt you for the location of the SQL Server you want to store the results.

NOTE if you are installing the database using SQL Integrated Security you will want to run Visual Studio as an Administrator.

相關問題