Question

I have tried out SSDT Database project in Visual Studio, and with the SQL Prompt solution from Red Gate. It seems that the intellisense only works for SQL keywords like SELECT, WHERE etc, it does not provide intellisense for table names, column names etc.

Is there a trick to get this working? (Tried in both VS2015 and VS2017).

Was it helpful?

Solution

Unfortunately SQLPrompt works on the connection to a database and not the database project. If you deploy your DB then SQLPrompt can pick it up the schema.

Its on the backlog as a research item currently https://www.red-gate.com/products/sql-development/sql-prompt/roadmap.

If you want project based intellisense then you need to disable SQL Prompt in VS

OTHER TIPS

Got a feedback from Red Gate that this does not work in Visual Studio yet.

Licensed under: CC-BY-SA with attribution
Not affiliated with dba.stackexchange
scroll top