문제

When I add a new connection in visual studio, then in the server name it is not showing a-9\MSSQLSERVER, it shows a-9\sqlexpress and a-9\new but I want to connect to MSSQLSERVER.

But when I change the data source to Microsoft ODBC Data Source then it shows the instance MSSQLSERVER.

But when I choose Data Source as "Microsoft SQL Server Database File (SqlClient)" or "Microsoft SQL Server (SqlClient)" then it gives error "Network related instance error."

도움이 되었습니까?

해결책

It turns out there is something called SQL SERVER DATA TOOLS 2012. If I add my SQL Server to this tool than it appears in the Server Explorer in Visual Studio 2012. This solved my problem.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top