I have an instance of SQL Server 2016 running on a Windows 2016 server. I'm trying to connect to a database from a remote PC in the Visual Studio 2017 community using Server Explorer. The connection was successful, and I can see the databases available on the server and logging in is just fine, but when I try to expand the tables folder, I get this error:
Failed to get data for this request.
Failed to connect to server (local)
User xxxxx login failed
The thing is, I can connect in exactly the same way using Visual Studio 2015 Enterprise, so I can see the tables and modify them.
I made sure that the user had all the permissions granted on the server, and for me this does not seem to be a permission issue, since the connection works fine in VS 2015.
sql-server visual-studio
Fadi banna
source share