Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Express create a few tables

Status
Not open for further replies.

murzina

Programmer
Jan 14, 2009
14
How do I create a DB in SQL Express in Visual Studio 2005? I would like to create a few tables for starters. Where do I start?
 
Press CTRL-ALT-S which will bring up the Server Explorer. Make a connection to the database server, and then you can browse the treeview to your database and add new tables.
 
I suggest not using Visual Studio but downloading SQL Server Management Studio Express. This is the IDE for the express version.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top