Can't access Northwind database from Visual Studio
I am working on my own computer, and created tne Northwind database from a script file. i should be the admin on the computer and can access the table from SQL Server
From windows explorer, I right click the table and I can see two accounts that have full control (full control, modify, read etc are all checked). those accounts are SQLServerMSSQLUser$Gary-PC$Gary (Gary-PC\SQLServer.. Administrators (Gary-PC\Administrators).
However, when i select the table to try to connect to it in VS, i get the message, you do not have permissions to view this file.
is there something else I have to do in SQL server to set permissions? or might it have something to do with the user context not being one of these two users in visual studio?