473,378 Members | 1,422 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Why choose SQL Express over Access?

It is like comparing a VW bug with a Mercedes.

JET has corruption problems.
It is not meant for use over the internet.
It is not meant for more that 3 or 4 users.
No clear migration path to higher end DBs.
Limited capacity.
Slow.
File system based technology.
File copy of empty MDB file for data to specific directory structure.
Poor security model.

SQL Express is meant for up to 10 users.
It is faster.
It gives you a full migration path to full SQL Server.
With the new release you have admin tools.
Multiple instances can be deployed for individual applications.
Server based technology.
Can be installed with a tool like Win Batch.
Specific DBs created after install as part of the install script using
Win Batch.
SQL Server security model.

Also, when will everyone get it through their heads. JET is a database
engine that Access uses, just like it uses SQL Server. Access is a GUI
and programming environment. Asking SQL Express or Access is like
asking VB or SQL Express, it is like apples and oranges.

Jun 1 '06 #1
4 3672
On 1 Jun 2006 05:45:15 -0700, "raibeart" <ra******@gmail.com> wrote:

¤ It is like comparing a VW bug with a Mercedes.
¤

Not really. They both have advantages over the other depending upon the
environment.

¤ JET has corruption problems.

If not maintained properly yes this can be problem.

¤ It is not meant for use over the internet.

Probably not, but certainly can be in environments that are not high volume.

¤ It is not meant for more that 3 or 4 users.

Nah, concurrent usage is a little better than that.

¤ No clear migration path to higher end DBs.

You can migrate to SQL Server. Access has an upsizing wizard to do so.

¤ Limited capacity.

Yeah, 2GB. SQL Express is also limited to 4GB.

¤ Slow.

Not inherently no. OLEDB performance isn't great, but DAO will beat the pants
off of SQL Server.

¤ File system based technology.

Which makes it portable, with limited database engine technology.

¤ File copy of empty MDB file for data to specific directory structure.

?

¤ Poor security model.

Yeah, certainly not the best.

¤ SQL Express is meant for up to 10 users.

And probably more reliable than Access.

¤ It is faster.

Not from my experience.

¤ It gives you a full migration path to full SQL Server.
¤ With the new release you have admin tools.

Yes, but the tools (especially end user) from Access are far superior.

¤ Multiple instances can be deployed for individual applications.
¤ Server based technology.

Which means it's less portable, but significantly more flexible in a multi-user
environment.

¤ Can be installed with a tool like Win Batch.

I'm assuming you're referring to the files and not SQL Express itself which
requires some configuration.

¤ Specific DBs created after install as part of the install script using
¤ Win Batch.
¤ SQL Server security model.

Yup, much better here.

¤ Also, when will everyone get it through their heads. JET is a database
¤ engine that Access uses, just like it uses SQL Server. Access is a GUI
¤ and programming environment. Asking SQL Express or Access is like
¤ asking VB or SQL Express, it is like apples and oranges.

Interesting points.

In addition, Access was designed to be more of an end-user self-contained and
portable application based, passive data store while SQL Server Express is still
more suited for developers looking for a more robust data store with built-in
dynamic capabilities that with a little effort can also be used in a local
application database scenario.

Paul
~~~~
Microsoft MVP (Visual Basic)
Jun 1 '06 #2
What's your opinion of "MySQL"?
--
Dennis in Houston
"Paul Clement" wrote:
On 1 Jun 2006 05:45:15 -0700, "raibeart" <ra******@gmail.com> wrote:

¤ It is like comparing a VW bug with a Mercedes.
¤

Not really. They both have advantages over the other depending upon the
environment.

¤ JET has corruption problems.

If not maintained properly yes this can be problem.

¤ It is not meant for use over the internet.

Probably not, but certainly can be in environments that are not high volume.

¤ It is not meant for more that 3 or 4 users.

Nah, concurrent usage is a little better than that.

¤ No clear migration path to higher end DBs.

You can migrate to SQL Server. Access has an upsizing wizard to do so.

¤ Limited capacity.

Yeah, 2GB. SQL Express is also limited to 4GB.

¤ Slow.

Not inherently no. OLEDB performance isn't great, but DAO will beat the pants
off of SQL Server.

¤ File system based technology.

Which makes it portable, with limited database engine technology.

¤ File copy of empty MDB file for data to specific directory structure.

?

¤ Poor security model.

Yeah, certainly not the best.

¤ SQL Express is meant for up to 10 users.

And probably more reliable than Access.

¤ It is faster.

Not from my experience.

¤ It gives you a full migration path to full SQL Server.
¤ With the new release you have admin tools.

Yes, but the tools (especially end user) from Access are far superior.

¤ Multiple instances can be deployed for individual applications.
¤ Server based technology.

Which means it's less portable, but significantly more flexible in a multi-user
environment.

¤ Can be installed with a tool like Win Batch.

I'm assuming you're referring to the files and not SQL Express itself which
requires some configuration.

¤ Specific DBs created after install as part of the install script using
¤ Win Batch.
¤ SQL Server security model.

Yup, much better here.

¤ Also, when will everyone get it through their heads. JET is a database
¤ engine that Access uses, just like it uses SQL Server. Access is a GUI
¤ and programming environment. Asking SQL Express or Access is like
¤ asking VB or SQL Express, it is like apples and oranges.

Interesting points.

In addition, Access was designed to be more of an end-user self-contained and
portable application based, passive data store while SQL Server Express is still
more suited for developers looking for a more robust data store with built-in
dynamic capabilities that with a little effort can also be used in a local
application database scenario.

Paul
~~~~
Microsoft MVP (Visual Basic)

Jun 3 '06 #3
On Fri, 2 Jun 2006 16:57:02 -0700, Dennis <De****@discussions.microsoft.com> wrote:

¤ What's your opinion of "MySQL"?

Actually I haven't used it so I can't offer much of an opinion. But based upon the little research
I've done I would say it's a poor man's SQL Server. That doesn't mean I think it's bad, just that it
isn't comparable with respect to features.
Paul
~~~~
Microsoft MVP (Visual Basic)
Jun 5 '06 #4
Thanks for you input. I have used it in one web application and it worked ok
but does have limitations including documentation. However, when I tried to
put it on my actual web site running under my service provider, it was very
difficult to get it uploaded...not nearly so easy as an SQL or Access
database. I never did get it uploaded.
--
Dennis in Houston
"Paul Clement" wrote:
On Fri, 2 Jun 2006 16:57:02 -0700, Dennis <De****@discussions.microsoft.com> wrote:

¤ What's your opinion of "MySQL"?

Actually I haven't used it so I can't offer much of an opinion. But based upon the little research
I've done I would say it's a poor man's SQL Server. That doesn't mean I think it's bad, just that it
isn't comparable with respect to features.
Paul
~~~~
Microsoft MVP (Visual Basic)

Jun 6 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

74
by: ljh | last post by:
Why would you choose SQL Express (which requires an installed application to work) over the simplicity of an Access database which has no dependencies?
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.