vote up 1 vote down star

Which version of sql server allows building queries in a graphical GUI ?

flag

31% accept rate

3 Answers

vote up 3 vote down

Take a look at SQL Server 2008 Express Edition (it's free!)

http://www.microsoft.com/express/sql/

You can create database schema by using diagrams with its "SQL Server Management Studio"

alt text

Also take a look at this Active Query Builder

link|flag
I just found how to create diagrams: 1. Launch SQL Server Management Studio Express 2. Connect to the appropriate server 3. Expand the specific database that you want to diagram 4. Right-click Database Diagrams and choose New Database Diagram 5. Highlight one or more tables you want to include in the diagram, and then click Add followed by Close – Kiewic Sep 22 at 8:08
vote up 2 vote down

If you don't want to get pinned into one particular database vendor, you can try DbVisualizer which is a nice graphical client that supports a whole host of database types.

alt text

link|flag
This product supports SQLite? – Jhonny D. Cano -Leftware- Apr 4 at 19:58
This doesn't seem to support any inprocess database servers (SQLite, SQL Server Compact Edition, db4o, etc). – overslacked Apr 4 at 20:08
vote up 0 vote down

There are 3 different versions you can download... SQL Server Express

SQL Server 2008 Express is available in the following 3 editions (each is available from the Install Wizard):

SQL Server 2008 Express with Tools SQL Server database engine - create, store, update and retrieve your data SQL Server Management Studio Basic - visual database management tool for creating, editing and managing databases

SQL Server 2008 Express with Advanced Services SQL Server database engine - create, store, update and retrieve your data SQL Server Management Studio Basic - visual database management tool for creating, editing and managing databases Full-text Search - powerful, high-speed engine for searching text-intensive data Reporting Services - integrated report creation and design environment to create reports

SQL Server 2008 Express (Runtime Only) SQL Server database engine - create, store, update and retrieve your data

SQL Server 2008 Management Studio Express (SSMSE) Free, easy-to-use graphical management tool for configuring, managing, and administering SQL Server 2008 Express. It can also manage multiple instances of the SQL Server Database Engine created by any edition of SQL Server 2008 including Workgroup, Web, Standard and Enterprise.

link|flag
Is the expres free edition is good for customers that have database with over 1 milion records and 20 users entrance ? – Gold Apr 4 at 20:09
the only restriction you'll have apart from some restrictions in the administration is that the dbs can't be bigger than 4Gb i think... – Alan Featherston Lago Apr 4 at 22:00

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.