I'm trying to work Microsoft SQL Server Management Studio 10.0.5538.0 (latest right now) with Intellisense on linked servers, for example:
SELECT Column FROM [LinkedServer].DatabaseName.dbo.Table WITH(NOLOCK)
But I couldn't find a way to make intellisense show results as I write SQL code (it works fine with non-linked servers)
Things I've tried:
- Look for answers in SQLSMS docs.
- Look for specific config option in the application.
- Update local cache in Edit -> IntelliSense -> Refresh local cache.
Thanks for your help,