Link to home
Start Free TrialLog in
Avatar of systems_ax
systems_ax

asked on

SQL Server 2005 creating sql databases

what free version of SQL server 2000/2005/2008 will allow me to create a sql database from scratch, thank you.
Avatar of Aneesh
Aneesh
Flag of Canada image

The SQL Server MSDE /EXPRESS editions will do it
ASKER CERTIFIED SOLUTION
Avatar of chapmandew
chapmandew
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of systems_ax
systems_ax

ASKER

do I need database services or client components?
both.
you need to install the database services because it is the database functionality, but you also want the client components so that you can interact with the database....the client components is the GUI tool.