views:

23

answers:

2

hi

i install visual-studio 2008, part ot the installation is the sql server 2005 express.

how i can manage this sql server ?

is there any visual tool for making tables ? run queries ?

thank's in advance

+1  A: 

Download SQL Server 2008 Management Studio from Microsoft's homepage!

stakx
I don't think that it works on the express versions, does it?
RBarryYoung
It does. That's what I'm using, Visual Studio 2008 Express, SQL Server 2008 Express, and SQL Server Management Studio (SSMS). Works like a charm. However, you might have to install a new instance of SQL Server when you install SSMS; SSMS might not see an already existing instance of SQL Server.
stakx
A: 

You need to download Sql Server Management Studio Express. You can download it from Microsoft.com.

Mitchel Sellers