SQL Server Management Studio 2008 Intellisense

前端 未结 13 1544
执念已碎
执念已碎 2020-12-30 22:36

I just installed SQL Server Express 2008 because of intellisense feature. It worked at first but than it stopped working. Looking for the option to check and later consultin

13条回答
  •  情歌与酒
    2020-12-30 23:06

    If you have installed correct version and if you still haven't Intellisense this may help you.

    1) Make sure you are connected to SQL Server 2008 Edition. IntelliSense does not work with the previous versions of SQL Server.

    2) IntelliSense should be enabled. There are two ways to verify whether IntelliSense is enabled or not. a) From Toolbar b) Go to Tools -> Options -> Text Editor -> Transact-SQL -> IntelliSense

    3) IntelliSense should be refreshed with the latest changes in database.
    a) Press CTRL+SHIFT+R b) Go to Edit -> IntelliSense -> Refresh Local Cache

    4) Go to Tools -> Options -> Text Editor -> Transact-SQL -> General -> IntelliSense Select Auto List Members and Check Parameter Information.

提交回复
热议问题