473,499 Members | 1,533 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

table/database size

dear respected gurus,

i have been working several years in access, but the size of db reaches
till 250MB max. now we have one very big projects where we will have
hundred of thousdands of records.

so i had read a lot on this group in access 97 the limit of tables/db
size was 1Gb, it increase to acc2k 2Gb , then same for acc2002, then
again same for access 2003

so since long time version releaseing but Microsoft has not increase
the limits.as i had check access specifications

also on network enviornment, if i split apps in access 2 mdb,one as
backend one as front. can i utulize ms sql server or msde sql edition.
but could nt find any way how to access using odbc or else best method
on network

i have a huge insurance data, that will convert in oracle later stage.
can any one my respected GURUS advise/put some highlights on that

Thanks & Regards,
Salim Shahzad

Nov 13 '05 #1
4 1845
SalimShahzad wrote:
dear respected gurus,

i have been working several years in access, but the size of db reaches
till 250MB max. now we have one very big projects where we will have
hundred of thousdands of records.

so i had read a lot on this group in access 97 the limit of tables/db
size was 1Gb, it increase to acc2k 2Gb , then same for acc2002, then
again same for access 2003

so since long time version releaseing but Microsoft has not increase
the limits.as i had check access specifications

also on network enviornment, if i split apps in access 2 mdb,one as
backend one as front. can i utulize ms sql server or msde sql edition.
but could nt find any way how to access using odbc or else best method
on network

i have a huge insurance data, that will convert in oracle later stage.
can any one my respected GURUS advise/put some highlights on that


MSDE will be no good, it has the same 2GB limitation, you need SQL
Server Standard edition or above to get a big database.

If you're going to upgrade to Oracle later then why wait? Do it now.
Doing something different in the meantime will be a waste of time and
resources as all will have change when you upgrade again later.
--
This sig left intentionally blank
Nov 13 '05 #2
dear sir,

the issue is that we have to merge all 3 insurance companies data in
one at access plateform. as access is already running 10 yrs on our
network. now there is some new insurance application coming that will
migrate all access data to oracle. so migration part is for them.

now our part to merge the headeche.

i had used as trial MSDE, looks and feels is same like ms sql server 2K

but as you said 2Gb still the limit so i think better to look another
db...well what is ur opnion if v used split db in various say db1 has
some tables upto 2Gb then db3 has 2Gb

regards,
salim shahzad

Nov 13 '05 #3
SalimShahzad wrote:
dear sir,

the issue is that we have to merge all 3 insurance companies data in
one at access plateform. as access is already running 10 yrs on our
network. now there is some new insurance application coming that will
migrate all access data to oracle. so migration part is for them.

now our part to merge the headeche.

i had used as trial MSDE, looks and feels is same like ms sql server 2K

but as you said 2Gb still the limit so i think better to look another
db...well what is ur opnion if v used split db in various say db1 has
some tables upto 2Gb then db3 has 2Gb


You can split into several MDBs (or MSDE databases for that matter). I
don't know of any other database that will handle large amounts of data
without paying a lot for it.

--
This sig left intentionally blank
Nov 13 '05 #4
Salim,

It would be much, much, much, much, much better to do the conversion
on Oracle.

Create Oracle tables to hold the legacy data and use the legacy
frontends to connect to Oracle. ADO and dsnless connections work
great for this, even in Access 97 with the correct drivers. Get the
Oracle OLEDB driver from Oracle; don't use Microsoft's. If you're
going to use ODBC make sure to use the Microsoft version
2.573.something, or later.

Potential problems occur when Access table and column names do not
meet Oracle naming and length standards. Memo columns are also
problematic; how usable they will be in Oracle depends upon how the
Oracle columns are defined for the Access memo columns. Your dba and
application developers will have to discuss the options and determine
which options will work best in your situation.

After all the legacy data is working on Oracle with the legacy apps,
spend as much time as it takes to get the new structures working and
populated.

Oracle is AWESOMEm btw.

HTH,
Elaine

On 20 Mar 2005 05:38:56 -0800, "SalimShahzad" <sa**********@gmail.com>
wrote:
dear sir,

the issue is that we have to merge all 3 insurance companies data in
one at access plateform. as access is already running 10 yrs on our
network. now there is some new insurance application coming that will
migrate all access data to oracle. so migration part is for them.

now our part to merge the headeche.

i had used as trial MSDE, looks and feels is same like ms sql server 2K

but as you said 2Gb still the limit so i think better to look another
db...well what is ur opnion if v used split db in various say db1 has
some tables upto 2Gb then db3 has 2Gb

regards,
salim shahzad


Nov 13 '05 #5

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

Similar topics

2
1928
by: maceo | last post by:
I have a script that will print out the results of a table and make a calculation of a total of one of the columns. See example: <?php /* Database connection */...
0
1598
by: maceo | last post by:
I have some code that extracts the data from a table and performs a calculation (total time) on one of the columns. Here is the code: <?php /* Database connection */
5
4254
by: Anand | last post by:
Hi all Please help me to find out table size in MS-SQL how can I count or identify, this specific table is using some xyz kb of space of my hdd. thanks
36
4612
by: toedipper | last post by:
Hello, I am designing a table of vehicle types, nothing special, just a list of unique vehicle types such as truck, lorry, bike, motor bike, plane, tractor etc etc For the table design I am...
3
1505
by: hobbzilla | last post by:
After running: SELECT , B.rows, O.name FROM (select sum(convert(decimal(10,0),dpages)*8129/1024) , id FROM sysindexes group by id) A INNER JOIN sysindexes B ON A.id = B.id and B.indid in (0,1)...
3
24136
by: dunleav1 | last post by:
I am trying to write a sql script to estimate size and count of rows of all tables and indexes within a schema. Here's what I have so far but need a little help. #$1 is database name and $2 is...
5
5079
by: Doomster | last post by:
I have Office 2000. I am creating a database that will record stats from football, basketball, and hockey games. One table will contain info about a game. The game could be a football,...
22
18761
by: RayPower | last post by:
I'm having problem with using DAO recordset to append record into a table and subsequent code to update other tables in a transaction. The MDB is Access 2000 with the latest service pack of JET 4....
6
3836
by: polocar | last post by:
Hi, I'm writing a program in Visual C# 2005 Professional Edition. This program connects to a SQL Server 2005 database called "Generations" (in which there is only one table, called...
1
7510
Merlin1857
by: Merlin1857 | last post by:
How to search multiple fields using ASP A major issue for me when I first started writing in VB Script was constructing the ability to search a table using multiple field input from a form and...
0
7171
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,...
1
6893
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7386
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
5468
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
4599
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3098
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...
0
1427
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
664
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
295
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.