Synonym Usage
sqlmtc
Posts: 4 New member
in SQL Prompt
I am trying to use Synonyms to refer to Linked Servers the SQL Select statements work just fine with the Synonyms but SQL Prompt consistently underlines the Synonym usage stating Invalid Object Name. Is there something I am doing wrong to can I have SQL Prompt not shows this as an issue?
Tagged:
Answers
Objects are listed as invalid by SQL Prompt if they:
For example, a stored procedure that references an object that no longer exists in the database is listed as invalid.
WARNING: synonyms with not existing reference are not supported.