Viewing 15 posts - 1 through 15 (of 82 total)
You all have asked for JetComp.exe utility execution times.
Here they are. My own personal testing today.
For a 10.1 Million row MDB file, Jet 4.x format (unicode support), which...
September 25, 2015 at 11:07 am
How does this work? Are you saying that you have an mdb file that has a table for the data, say the 2015 Texas census, and then a separate mdb...
September 25, 2015 at 10:40 am
There may be folks here evaluating SQL SERVER as a solution for their company.
Microsoft gives you this choice:
MS-Access Databases to 2 GIG (perhaps the latest version has increased...
September 24, 2015 at 12:25 pm
Lets use MDB files then for the RESTORE LOG as well as the database.
an MDB file (new one daily) with no indexes and no OBJECTS except for one TABLE object.
Include...
September 24, 2015 at 12:21 pm
You keep talking about 'test runs' and logging that you 'could build'. Four people have asked you whether you had ever built the system you are describing and had a...
September 24, 2015 at 12:18 pm
You reference "would" a lot, so this leads me to think you haven't built this. It may work, but what you've described is a single threaded operation, and potentially a...
September 24, 2015 at 11:31 am
You reference "would" a lot,
Sorry Steve, that is a typo. I meant all this time to say "wood"
September 24, 2015 at 11:26 am
but there are no shortage of instances in the SQL Server/MySQL/Oracle/other RDBMS world where people have had issues because they depended on application logic to maintain data integrity and bugs...
September 24, 2015 at 11:23 am
Jeff Moden (9/22/2015)
Do you actually have a system like what you've been talking about up and running in a production environment?
Probably not any more, as most of those companies have...
September 24, 2015 at 11:17 am
t seems you find a case that doesn't work and you believe that person over others. Developer Edition allows more than a 10GB database. Perhaps the purchaser didn't install this...
September 24, 2015 at 10:56 am
Have you actually implemented something like this where multiple users are accessing a single database (not one .mdb file that is part of the database) and doing updates/deletes/inserts/selects? Have you...
September 24, 2015 at 10:27 am
In the below while LOOP, as each SQL INSERT is performed (Not committed yet), I would build my RESTORE log within an array, then if the complete set of INSERTS...
September 24, 2015 at 10:10 am
have you heard about SQL Developer edition?
SQL Server 2014 Developer Edition lets developers build almost any kind of database application on top of SQL Server. It's licensed for use as...
September 23, 2015 at 2:43 pm
The classroom solution is one user adding stock arrivals, which increase the Quantity on Hand, and the other user doing Sales Order Processing which decrease the Quantity on Hand.
So...
September 23, 2015 at 2:12 pm
I just cannot get my head around how this would be possible.
Imagine the scenario where a faulty Disk Controller intermittently writes strings of zeros to the disk, instead of the...
September 23, 2015 at 1:40 pm
Viewing 15 posts - 1 through 15 (of 82 total)