Hi,
I'm trying to create a table inside a database in Visual Studio.
In the data explorer, I right-click on the Tables directory, select Add New Table, it opens up a designer, then I go to save it, and it asks me to choose a location to save in ...
I save, but then it doesn't add it to the Tables directory in Visual Studio.
So then I copy the CREATE query and run it - that creates the table, but it calls it Table (Companies) rather than Companies.
Screenshot:
How do I fix this? Also, Visual Studio doesn't let me select one of the databases inside the server, it just connects.