IntelliSense is not working in SQL Server Management Studio

后端 未结 15 1529
醉酒成梦
醉酒成梦 2021-02-02 09:33

We use SQL Server Management Studio 2008 R2. IntelliSense works with SA account perfectly. But it is not working with Windows Authentication user. The user has access master db

15条回答
  •  感动是毒
    2021-02-02 10:10

    I fixed this in 2 simple steps:

    1. Go to Tools > Options > Text Editor > Transact-SQL > IntelliSense, tick everything and setup the settings this way:

    1. Go to Query > SQLCMD Mode, and disable that:

提交回复
热议问题