Microsoft Visual Studio error from SQL Server

Asked By 0 points N/A Posted on -
qa-featured

When I try to connect to a SQL Server database from Visual Studio Server Explorer this error shows up. I didn’t find a solution for this error and I did a deep search on the Internet. Is there an expert online that can help me please ? What I did wrong ?

Thank you !

Generating user instances in SQL Server is disabled. Use sp_configure ‘user instances enabled’ to generate user instances.

OK

SHARE
Answered By 0 points N/A #179177

Microsoft Visual Studio error from SQL Server

qa-featured

Hello,

you need to find and download an additional software to solve this issue.

Go to the website where you downloaded SQL server 2005 Express and download SQL Server Management Studio Express.

Type ' exec sp_configure 'user instances enabled', 1 ' in the editor of SQL Server Managment.

Then type: Reconfigure and restart the SQL Server.

Related Questions