I have Microsoft SQL Server 2008 installed. It appears in the add/remove programs window.
How can I create/delete/alter tables and find the address of my server if I don’t have Management Studio installed?
I’d like to create the tables and such directly in Visual Studio 2010 premium.
You can click View, Server Explorer to show the Server Explorer pane.
Then click Add Connection (on top of the pane) and add a connection to your SQL Server instance.
You can then see the server under Data Connections, and run queries or modify structure by interacting with the tree.