Posts
Sort by recent activity
SQL Server 2005 Synonymns
I have found that if use synonyms for tables in SQL 2005 I do not get the intellisense for columns. I typically use these for cross database queries.
Example:
USE Northwind
Create Synonym synAutho...