In Visual Studio 2010 ultimate I have added a local database to my project. I see how you can use the graphical editor to create tables, but is there a text editor? It appears that there is a text editor for writing queries and I tried to do a create table statement but Visual Studio will not allow this.
What is an alternate text editor I can use to write create table statements and queries? I have used management studio before (more for servers).
Any help is much appreciated!
I use DB Visualiser (http://www.dbvis.com/); it’s free and really good for viewing tables, relationships and executing basic queries.
I don’t work for them btw – I’m just a long time happy user!
Cheers,
Neil