dbTalk Databases Forums  

Database Comparison

comp.databases comp.databases


Discuss Database Comparison in the comp.databases forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default Database Comparison - 07-21-2006 , 05:07 AM






I was hoping someone could guide me to a database comparison site or
alternatively share their knowledge with me.

I am currently using Access but will soon need to change to something
that can handle larger amounts of data. SQL Server is an option but
(and please excuse my ignorance here) is that not just used to store
the data? I would need to be able to manipulate most of the data at
once and would using an Access front end not be the equivilant of just
using an Access back end?...i.e would the "manipulation" run in access
or SQL Server?

Also I have a large amount of code (VBA) behind my access, would this
need to be modified if SQL Server were to be used?

I would really appreciate some pearls of wisdom from someone....or if
anyone knows of a website that could give me more information on a
range of database packages...Access and Sql Server are not set in
stone....any other recommendations most welcome.

Thank you in advance!


Reply With Quote
  #2  
Old   
David Segall
 
Posts: n/a

Default Re: Database Comparison - 07-21-2006 , 09:55 AM






missimaths (AT) hotmail (DOT) com wrote:


Quote:
I am currently using Access but will soon need to change to something
that can handle larger amounts of data. SQL Server is an option but
(and please excuse my ignorance here) is that not just used to store
the data? I would need to be able to manipulate most of the data at
once and would using an Access front end not be the equivilant of just
using an Access back end?...i.e would the "manipulation" run in access
or SQL Server?

Also I have a large amount of code (VBA) behind my access, would this
need to be modified if SQL Server were to be used?
If the only problem is that you are nearing the 2GB limit for an .mdb
file then moving the data to an SQL Server database and linking the
tables to Access will solve it.

If the "larger amounts of data" means more users and/or more
transactions you will still get the benefits of a more robust
database. With linked tables you are using Access as an application
program and the underlying SQL statements are sent to the "real"
database for execution.

Of course, if the application is the bottleneck then the change won't
help. If you are using Access to read the Bank of America's overnight
batch transactions and apply them to a database then a rewrite is
required.

Finally, I should add that you are not restricted to SQL Server. You
can use any database with an ODBC driver which means almost any
database you have heard of and many you haven't. I have a list of free
ones (including Microsoft's) at <http://database.profectus.com.au>.
Before you choose make sure the identifiers you have used in Access
are valid identifiers in the new one.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.