Which version of sql server allows building queries in a graphical GUI ?
|
|
|
|
|
|
|
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"
Also take a look at this Active Query Builder |
|||
|
|
|
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.
|
||||
|
|
|
There are 3 different versions you can download... SQL Server Express
|
||||
|


