views:

16

answers:

1

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.

A: 

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.

SLaks
I only see Connect to Database/Connect to Server. Neither show me the name of the Server. They expect me to type in the name manually. :(
Serg
Try the down arrow. Alternatively, type `localhost` (or, for Express, `.\SQLExpress`)
SLaks
It appears I only have SQL Express (judging from services.msc window) - what can I do?
Serg