I have an application that uses a file system (text files), and want to start using a database to retrieve information. I have an increasing number of clients who will be accessing this information constantly (will be about 60,000+ computers eventually). What would be the best database to use (preferrably free). Each client will "Check-In" every 5 minutes or so to see if there are any changes.
I've considered the following:
-MSDE
-MySQL
-SQL Server
I know that sql server would be the best out of the three, but if I can get the other 2 to work, that would be ideal. Do MSDE and MySQL allow for database replication, and would they handle this type of load?
Thanks
I've considered the following:
-MSDE
-MySQL
-SQL Server
I know that sql server would be the best out of the three, but if I can get the other 2 to work, that would be ideal. Do MSDE and MySQL allow for database replication, and would they handle this type of load?
Thanks