Not sure why query and view designer doesn't show as
http://msdn.microsoft.com/en-us/library/vstudio/ms172013.aspx
This is an ASP.net project with a database in the AppData folder and a connection using SQL 2008 Express.
If this helps the connection string:
Data Source =. \ SQLEXPRESS; AttachDbFilename = "C: \ folders ... \ App_Data \ database.mdf"; Integrated Security = True; Connection timeout = 30; User Instance = True
If I open a project in VS2012 (where I worked on this project for some time), find the table, right-click, new request, I will get a good interactive visual design tool.
If I open the project in VS2013 (just installed) and do the same, a blank page with the name SQLQuery1.sql and a basic connection to SQL Express (i.e. wizard, model, etc.)
The MS page tells me Tools / Options / Visual Database Tools - but it does not exist during my installation!
Did I miss something?
We also tried with an empty project, added App_Data and a new database (using LocalDB), added a table, right-click, the new query is the exact same empty file.
source share