I have a local replica of a database. When I try to query a particular table from SQL Server Management Studio, I get the following error:
Msg 7314, Level 16, State 1, Line 2
The OLE DB provider “MSDASQL” for linked server “LINKED_SERVER_NAME” does not contain the table “TABLE_EXAMPLE”. The table either does not exist or the current user does not have permissions on that table.
I know the table exists. My question is, how can I change the permissions to my local replica to allow me to connect to and query this table?