473,403 Members | 2,293 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,403 software developers and data experts.

problem with large databases

I am processing a database of several thousands of products, can even reach
500,000 or more.
This brings my pc to a halt (windows xp running 2.4 gig, with 100 g HD).
The database becomes unstable as well and updates cause an error "invalid
command" or something like that as I remember up on the update command.

I am running access 2002.

What are my options?

what is ms sql server database? Somebody mentioned that to me.

Thanks
Nov 13 '05 #1
5 1336
In message <IN*********************@news4.srv.hcvlny.cv.net >, Danny
<da********@hotmail.com> writes
I am processing a database of several thousands of products, can even reach
500,000 or more.
This brings my pc to a halt (windows xp running 2.4 gig, with 100 g HD).
The database becomes unstable as well and updates cause an error "invalid
command" or something like that as I remember up on the update command.

I am running access 2002.

What are my options?

what is ms sql server database? Somebody mentioned that to me.


SQL Server is Microsoft's other database product. It is designed for
large database systems such as yours.

There is a trial version.

http://www.microsoft.com/sql/evaluat...al/default.asp

Ideally you would run the SQL Server database system on one machine and
your Access front-end on another.
--
Bernard Peek
London, UK. DBA, Manager, Trainer & Author. Will work for money.

Nov 13 '05 #2
Thank you for that.

I will try this out.
But do you know if you can distribute mde's using this database format?
I don't have the runtime, I just send out mdb and mde.

Thanks

"Bernard Peek" <ba*@shrdlu.com> wrote in message
news:D+**************@shrdlu.com...
In message <IN*********************@news4.srv.hcvlny.cv.net >, Danny
<da********@hotmail.com> writes
I am processing a database of several thousands of products, can even reach500,000 or more.
This brings my pc to a halt (windows xp running 2.4 gig, with 100 g HD).
The database becomes unstable as well and updates cause an error "invalid
command" or something like that as I remember up on the update command.

I am running access 2002.

What are my options?

what is ms sql server database? Somebody mentioned that to me.


SQL Server is Microsoft's other database product. It is designed for
large database systems such as yours.

There is a trial version.

http://www.microsoft.com/sql/evaluat...al/default.asp

Ideally you would run the SQL Server database system on one machine and
your Access front-end on another.
--
Bernard Peek
London, UK. DBA, Manager, Trainer & Author. Will work for money.

Nov 13 '05 #3
In message <ou*********************@news4.srv.hcvlny.cv.net >, Danny
<da********@hotmail.com> writes
Thank you for that.

I will try this out.
But do you know if you can distribute mde's using this database format?
I don't have the runtime, I just send out mdb and mde.


No. Users will need to have SQL Server licenses which are not cheap.
Alternatively you can run SQL Server on an Internet connected server and
have the users connect to it. Expect to pay something in the region of
$50,000 for that.

You really need to get professional advice about this, there is a limit
to what can be done in newsgroup postings.

Alternatively look very closely at your Access databases and try to find
ways to improve it.

--
Bernard Peek
London, UK. DBA, Manager, Trainer & Author. Will work for money.

Nov 13 '05 #4
Hi Danny,
I am processing a database of several thousands of products, can even reach
500,000 or more.
No problem.
This brings my pc to a halt (windows xp running 2.4 gig, with 100 g HD).
What exactly brings your PC to halt? Is there a special, very complex
query? To open the table which holds the 500000 records should not
make your computer crashing.

Have you split it into frontend and backend database?
The database becomes unstable as well and updates cause an error "invalid
command" or something like that as I remember up on the update command.
Resides the database at the local disk or at a network server?

To have the exact error message would be nice.
I am running access 2002.

What are my options?

what is ms sql server database? Somebody mentioned that to me.

Thanks


Regards

Thilo Immel

Access Repair Service www.atroplan.com
Access Memory Reporter www.atroplan.com/AccMemReporter.htm
Nov 13 '05 #5
"Danny" <da********@hotmail.com> wrote:
I will try this out.
But do you know if you can distribute mde's using this database format?
I don't have the runtime, I just send out mdb and mde.


You can as there is the MSDE which is a cut down version of SQL Server. However this
requires it's own installation routine on a PC on the network. And you can ship the
SQL Server database file and have it programmatically restored to the system. A bit
more work but doable.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #6

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

Similar topics

36
by: Andrea Griffini | last post by:
I did it. I proposed python as the main language for our next CAD/CAM software because I think that it has all the potential needed for it. I'm not sure yet if the decision will get through, but...
3
by: Myron Turner | last post by:
I'm not sure whether this question belongs entirely here or in a perl group--but probably it requires knowledge of both. I've written a perl module, currently in use, which does asynchronous...
1
by: louis nguyen | last post by:
Hi All, My question is what are the best practices for administering large DBs. (My coworker is the DB administrator. I'm more of the developer. But slowly being sucked in.) My main concern...
6
by: Greg | last post by:
I am working on a project that will have about 500,000 records in an XML document. This document will need to be queried with XPath, and records will need to be updated. I was thinking about...
24
by: Salad | last post by:
Every now and then I see ads that state something like "Experience with Large Databases ...multi-gig...blah-de-blah" And I have to laugh. What's the difference between a large or small database? ...
9
by: Da~One | last post by:
This message has been posted to 2 groups, one to the VB.NET group, and the other to C#. I am trying to decide which language to commit to for a large scale project. I am looking for the input of...
19
by: Chaz Ginger | last post by:
I have a system that has a few lists that are very large (thousands or tens of thousands of entries) and some that are rather small. Many times I have to produce the difference between a large list...
2
by: MGM | last post by:
I have a bunch of fairly large databases, each going anywhere from 1,000 rows to 50,000 rows. These databases, however, need some editing. They have extra columns that need to be removed and...
4
by: raidvvan | last post by:
Hi there, We have been looking for some time now for a database system that can fit a large distributed computing project, but we haven't been able to find one. I was hoping that someone can...
2
by: ARC | last post by:
I'm testing a user's db that contains a very large number of records. I have an invoice screen, with an invoice select dropdown box that shows all invoices, and the customer's name, etc. With...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
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...
0
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,...
0
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...
0
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...
0
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,...
0
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...

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.