Visual Studio 2013/Intellisense SQL Complete
Posted: Mon 23 Jun 2014 15:30
How do I get intellisence for a database in an SSDT project inside of Visual Studio 2013? I have opened the database up in Server Explorer, I have set the connection string for debugging at the project level, and yet when I write "select * from ___" none of the tables in the database show. It is like the context isn't set to the database (perhaps defaults to master). How do I configure SQL Complete in Visual Studio to point to a SQL DB locally for intellisense? Thanks.