|
MS SQL Server has been said to be the best product Microsoft has ever or will ever produce. I have used it and it is really, really nice. It has a lot of enterprise features. However, when I develop something for myself, I use MySQL. It is free, it runs on many different platforms (unlike MS SQL Server, which is Windows-only), it is supported by just about every web hosting company - and for the most part, you can rig up some mechanism to dump data out of MySQL and import it into some other database software if you decide (for example) you want to go with Postgres or MS SQL Server.
Here's some information you haven't mentioned yet - what platform are you developing from? Windows? Linux? Shared server? Dedicated? Is this going to be a PHP app?
Hell, if all you've got is a Windows machine, and it doesn't have to have amazing performance, you might want to use MS Access. It integrates with other Office applications and I think it can be queried over ODBC.
__________________
DrivingForums.net - Defensive driving, fuel saving, discussion, debate, and more.
Last edited by Crankshaft : 01-31-2008 at 02:47 AM.
|