I'm not understanding why people are trashing Access. I've used it for applications up to 50 concurrent users. And you'd be surprised how many "professional" applications are out there with Access storing the data.
I've also had it fall over consistently with a minimal amount of users. Excluding 2007, which I've never used in a web environment, it can cause problems that you simply don't get in SQL Server (how many times have you seen a bloated database where a "compact and repair" drops the size by as much as 70%?) If the option exists, it should use it automatically, which it doesn't, or handle the size better. Have you also tried speed comparisions between the two? If you have, you'll have probably found that a combination of the provider, the structure and the functions available make SQL Server a faster choice.
As for the "professional" applications, how have you defined "professional"? Is it just because it's a big company? Or do you mean developed by a professional? I ask because I see a lot of big companies developing applications that have big potential issues but that doesn't mean it's right and professional just because they do it. For example, take a look at Microsoft and Google. Both their websites don't comply to official web standards and in Microsoft's case some of their pages don't even display correctly in web compliant browsers! I wouldn't call that professional even though they are a big name.
A lot of people trash it because either they have never used it or don't know the best way to create an application with it.
I have used it so I'm not in the first group and I hope I'm not in the second group since the equivilant database in SQL Server was faster, smaller, more robust, more secure and easier to maintain. I think the combination of all of these should help peple decide what is the better choice of database.
To sum it up, as they both offer a free solution, and SQL Server is the better of the two as a database, I can't see any reason not to use it.
____________________________________________________________
Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]
Need help finding an answer? Try the Search Facility or read FAQ222-2244.