Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Load Test results database

I am trying to set up a load test in visual studio, however whenever I run it I get the error:

"Could not connect to Load Test Results Database".

I click the link for help with the error and it takes me to a page to install SQL Server, However I was under the impression this could be stored locally without SQL Server. Any Ideas on how to set it up?

like image 491
wazzaday Avatar asked Aug 13 '26 04:08

wazzaday


1 Answers

You need to setup your SQL for load tests. 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.

like image 167
allen Avatar answered Aug 15 '26 15:08

allen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!