Hello,
When trying to complie a stored proc, I get the following error message for one of the tables it is looking at:
OLE DB provider 'A' does not contain table '"B"."dbo"."EMPLOYEES"'. The table either does not exist or the current user does not have permissions on that table.
I checked with my DBA and I have read/write access to the above table.
Has anyone come accross this before? How can I resolve it?
When trying to complie a stored proc, I get the following error message for one of the tables it is looking at:
OLE DB provider 'A' does not contain table '"B"."dbo"."EMPLOYEES"'. The table either does not exist or the current user does not have permissions on that table.
I checked with my DBA and I have read/write access to the above table.
Has anyone come accross this before? How can I resolve it?