473,545 Members | 2,041 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access 2k upgrade to Access 2003 or SQL Server Express?

I'm having a system using Access 2000 as both front-end (queries,
forms, reports & temp tables for reports) & back-end (data) with
back-end running on the server. The application runs on the network
with around 15 users.

The back-end database is suffering from performance issues. There were
several corruptions since few months & one major corruption & corrupted
the MSysObjects table. Also, the system will run batch process that
generate hundreds to thousands of records in the transaction table,
which caused the transaction table being locked even though users just
trying to add new transactions even though the database has been
selected to use record-level locking. Furthermore, some queries are
very slow as they query the transaction table which has over 1.3
million records.

The company has just been covered by the corporate license (as a
company of the group) to update all PCs to Office 2003. Is upgrading to
Access 2003 help to get the system more stable/reliable? Is Access 2003
not so easy to corrupt? Can we get true record-locking or still
suffering from locking pages or even the whole table when adding
hundreds of records?

As upgrading to SQL Server is not an option at the moment (due to the
budget), I'm also looking to the SQL Server Express which is free. But
how hard is it to upgrade to SQL Server Express? There are lots of
codes using DAO recordset in the application, do I need to change all
to ADO? Is the front-end still in .MDB (database) or change to .ADP
(Access project)?

Thanks,
Ray

Apr 10 '06 #1
3 2777
"RayPower" <ra********@yah oo.com.au> wrote
I'm having a system using Access 2000 as both front-end (queries,
forms, reports & temp tables for reports) & back-end (data) with
back-end running on the server. The application runs on the network
with around 15 users.

The back-end database is suffering from performance issues. There were
several corruptions since few months & one major corruption & corrupted
the MSysObjects table. Also, the system will run batch process that
generate hundreds to thousands of records in the transaction table,
which caused the transaction table being locked even though users just
trying to add new transactions even though the database has been
selected to use record-level locking. Furthermore, some queries are
very slow as they query the transaction table which has over 1.3
million records.
I'd suggest you do some searching at Tony Toews' webstite,
http://www.granite.ab.ca/accsmstr.htm -- he has the best collection of
information and links on avoiding corruption and improving performance that
I know of, for an Access mutliuser environment. A couple of more sites with
good information are Jeff Conrad's "Access Junkie" site... look for posts by
him in this newsgroup and the microsoft.publi c.access... newsgroups, and
Albert Kallal's site... again look for posts by Albert -- I think he carries
the site address in his SIG line.

Larry Linson
Microsoft Access MVP
The company has just been covered by the corporate license (as a
company of the group) to update all PCs to Office 2003. Is upgrading to
Access 2003 help to get the system more stable/reliable? Is Access 2003
not so easy to corrupt? Can we get true record-locking or still
suffering from locking pages or even the whole table when adding
hundreds of records?
Well, I feel more comfortable with Access 2002 or Access 2003, with all the
Service Packs and updates, than I do with Access 2000, with all its Service
Packs and updates. I've discovered quite a number of people who have
problems but have not got their IT department to apply the SPs and updates.

As upgrading to SQL Server is not an option at the moment (due to the
budget), I'm also looking to the SQL Server Express which is free. But
how hard is it to upgrade to SQL Server Express? There are lots of
codes using DAO recordset in the application, do I need to change all
to ADO? Is the front-end still in .MDB (database) or change to .ADP
(Access project)?

Thanks,
Ray

Apr 10 '06 #2
Access 2003 uses the same version of the database engine as
Access 2000. There are unlikely to be any performance changes.

You can change to SQL Server Express without making any
changes at all, but explicit dao transactions are likely
to fail, and the system is unlikely to be any faster unless
you re-optimise for the new system. SQL Server will still
automatically upgrade record locks to table locks in some
situations.

Running batch processes across the transaction table that
the users are using is always a bad idea, and always scales
badly. One of the reasons I am not permitted to have direct
access to some of the Servers I use is because the dba
are afraid that some user may naively run a batch process
or query across the whole transaction table, bringing all
interactive use to a stop. Changing your server from a
file server to a sql server may buy you some time, but it
won't fix the fundamental design problem.

(david)

"RayPower" <ra********@yah oo.com.au> wrote in message
news:11******** **************@ i39g2000cwa.goo glegroups.com.. .
I'm having a system using Access 2000 as both front-end (queries,
forms, reports & temp tables for reports) & back-end (data) with
back-end running on the server. The application runs on the network
with around 15 users.

The back-end database is suffering from performance issues. There were
several corruptions since few months & one major corruption & corrupted
the MSysObjects table. Also, the system will run batch process that
generate hundreds to thousands of records in the transaction table,
which caused the transaction table being locked even though users just
trying to add new transactions even though the database has been
selected to use record-level locking. Furthermore, some queries are
very slow as they query the transaction table which has over 1.3
million records.

The company has just been covered by the corporate license (as a
company of the group) to update all PCs to Office 2003. Is upgrading to
Access 2003 help to get the system more stable/reliable? Is Access 2003
not so easy to corrupt? Can we get true record-locking or still
suffering from locking pages or even the whole table when adding
hundreds of records?

As upgrading to SQL Server is not an option at the moment (due to the
budget), I'm also looking to the SQL Server Express which is free. But
how hard is it to upgrade to SQL Server Express? There are lots of
codes using DAO recordset in the application, do I need to change all
to ADO? Is the front-end still in .MDB (database) or change to .ADP
(Access project)?

Thanks,
Ray

Apr 10 '06 #3
The company should hire a competent database manger.

He or she, together with the IT department should identify the cause(s)
of the problems.

After the problems have been identified, solutions should be planned.

As you describe the db, I am prompted to think that it's a piece of
shit. Queries on 1.3 million record tables should happen in the wink of
an eye. The company may think it can't afford to fix it, but it's
likely to be spending more because of general inefficiency, corruption
and breakdown than fixing it would cost.

I've worked in very large corporations during the 90's that had many
databases worked on by hundreds of users. I have never seen a case of
db corruption, other than ones sent to me form other parts of the world
for repair.

The answer to all your questions is Maybe. It depends on who and how..

Apr 10 '06 #4

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

Similar topics

41
3049
by: Matt Alanzo | last post by:
Our SOHO 2 person compay sells furniture (not programmers). In '98 we paid $,$$$ for a VBA -Access '97 accounting application, including VBA source code .... an huge investment for us then (and now!). The application publisher went belly up years ago. Over time we've made a number of VBA code changes (< 500 lines total). Now our CPA is urging...
92
7555
by: Jeffrey P via AccessMonster.com | last post by:
Our IT guys are on a vendetta against MS Access (and Lotus Notes but they've won that fight). What I can't understand is, what's the problem? Why does IT hate MS Access so much. I have tried to find out who it is that actually wants to get rid of it, but I can't find anyone who will admit to trying to get rid of it. Nevertheless, I'm...
9
4959
by: Neil | last post by:
We have an Access 2000 MDB with a SQL 7 back end. We are upgrading SQL Server to SQL 2005, and are considering upgrading to Access 2003. Someone mentioned that they had heard about some incompatibilities between Access 2003 and SQL Server 2005. Anyone hear of anything? And, if so, would staying with Access 2000 be better? Thanks! Neil
52
9924
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server 2005, and, since he already has licenses for Office Pro 2002, he wants to upgrade to that. I've been saying that we need to upgrade to Access...
5
2902
by: B1ackwater | last post by:
We've fooled around with Access a bit, but only using the single-user store-bought version. It seems to be a good database - versatile and infinitely programmable - and can apparently be used as a front end to SQL server if we ever needed to go that route. But - is there a client/server version of Access ? Looking on the CDW site there is...
49
3177
by: Mell via AccessMonster.com | last post by:
I created databases on Access 2003 and I want to deploy them to users. My code was also done using 2003. If they have Ms Access 2000 or higher, will they be able to use these dbs with all code, etc? Please explain -- Message posted via http://www.accessmonster.com
6
2783
by: Donald Grove | last post by:
I do programming in Access 2000 and 2003. I don't have a copy of 2003 myself, though. I have read about the adp software that comes with Access 2003, that converts an application to an access front end with a SQL server backend. It sounds like a good way for me to begin to learn about SQL server. I have thought about just shelling out...
14
2757
by: ARC | last post by:
Hello All, I have a major application for quoting and invoicing that is written in Access 97 (both front and back ends). I have a user base of over 300 customers, and currently I don't require that they have Access 97, as I use the access 97 runtime scripts from Sagekey software. The main problems I've seen with Access 97 are the built in...
0
2688
by: raylopez99 | last post by:
10 years ago, the below was written (see very end, after my signature RL). What, if anything, has changed? I have Access 2003 and soon Access 2007 on a Windows XP Professional or Windows Vista Ultimate machine, with SQL Server Express running on it, and I want somebody, with a password (which I will provide) to be able to log onto a A03...
0
7473
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7408
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7661
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7815
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7763
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5976
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5340
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3458
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1020
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.