Working with the SQL 2005 Express version
Microsoft has a light version of the database SQL Server 2005. The only limitation in this free version is the size of the database.
This is limited to 4 Gb. It will only count the data-file (not the log-file) and it's just per database. Within SQL 2005 Express
you can still create several different databases. They all have a seperate limitation in the filesize.
Topics