SQLSMS Intellisense on linked server

后端 未结 3 1813
半阙折子戏
半阙折子戏 2021-01-19 02:31

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 FRO         


        
3条回答
  •  走了就别回头了
    2021-01-19 03:18

    While it isn't supported from a linked server at least turning off IntelliSense makes it a lot clearer. This can be done by simply pressing CTRL-I while in the query window. The same keyboard shortcut turns it back on again when required.

提交回复
热议问题