Using MSDE database...

lidds

Well-known member
Joined
Nov 9, 2004
Messages
210
I am currently using MSDE for an application that I am writing. The thing is that the database is needed to be accessed by a large amount of people, could be as many as 100, and the size of the database is estimated to get to about 1GB. Will MSDE be able to handle this kind of usage??

If not what database would you recommend?

Cheers

Simon
 
MSDE is not designed for that size of data or that number of users, if you require those kinds of figures then you would need to upgrade to SQL Server.
 
Back
Top