473,386 Members | 1,602 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,386 software developers and data experts.

Upgrading Access2000 to SQL Server

Hello

I have an Access 2000 application that I would like to upgrade to an SQL
server.

First of all, is this possible?

Is it complicated to do?

Where can I find the information on how to do this upgrade?

Any other comments will be appreciated
Thanks
G.Gerard
Nov 13 '05 #1
1 1099
GGerard wrote:
Hello

I have an Access 2000 application that I would like to upgrade to an
SQL server.

First of all, is this possible?
No, it is not possible to convert an Access *application* to SQL Server as one
cannot create applications with SQL Server at all. SQL Server is a data
storage/retrieval engine. It does not provide much for letting users interact
with the data.

You can move the *data* out of your Access MDB file onto a SQL Server, but you
still need an application created by some sort of application building tool in
order to be able to DO something with the data. That application or "front end"
can be created with Access. VB, dot-net, or any of a variety of other tools.
Since you already have a working Access application it would be most expedient
to stay with that.
Is it complicated to do?
At its most basic you can ceate identical tables on a SQL Server, delete the
tables from your Access app, then create ODBC links to the tables on the SQL
Server and your app should work (mostly) as is without too much design changes
being required. Whether it would be a very good app in terms of taking
advantage of the benefits of SQL Server would be largely dictated by how well
designed of a database application it was in the first place.

Access/Jet allows you to get away with some pretty bad ideas and design
strategies that might not work well at all when you move the data to a server
engine. However; if your existing Access app makes use of all "best practices"
in terms of data loading and such, then the app will likely need little work to
be "at least as good" after moving to SQL Server as it was before. Making it
better though, will likely require further modifications which of course can be
worked on "as you go".
Where can I find the information on how to do this upgrade?


These groups for one. I believe MS has a white paper on their site that
discusses "When should I move to SQL Server?". I don't know how much it
discusses the "How?" part.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #2

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

Similar topics

2
by: jason | last post by:
Is there a specific path I can follow to upsize my access 2000 database which has: 20 tables - mixture of primary and foreign tables 20 queries (action, select etc) Built on top of this...
2
by: Mike Metzger | last post by:
I've been running an Access2000 database for a couple years on a Win2k machine fine. We tried to copy the database over to another machine that already had Access2000 installed. When we tried to...
11
by: Aidan Tobin | last post by:
Hi, I have to upgrade a number of databases from Access 2.0, Access 97 and Access 2000 to work in Office 2003. These databases contain a number of Forms coded with VBA as well as a number of...
1
by: Mario Crevits | last post by:
My name is Mario Crevits, I'm from Belgium (Roeselare) and I'm working with Access97 for several years now. We are in an Access97-2000 migration project. I'm writing a wizard for the end-users to...
3
by: Bruce Acciavatti | last post by:
I've split a rather large Access2000 database that resides on a network drive, by keeping the back-end on the network drive and placing the front-end on the client's hard drive, linked to it. Both...
6
by: JimLad | last post by:
Hi, We have a major ASP app that we are in the process of upgrading to ASP.NET 1.1 and probably on to ASP.NET 2.0 in the middle of next year. (We will also be upgrading to SQL2K5 at the same...
6
by: alanpike | last post by:
Using SendObject in an Access2000 macro, I can send a report as an email attachment to MS Outlook. I would like the capability to have the person reading the attached email report to somehow...
3
by: olle | last post by:
How to deal with a VBA-project that is damaged? Hi everyone. I am BigOlle from sweden and I have been working with Accees for ten years I am now working on a project that started in Access97...
15
by: ravno | last post by:
I am developing an application in MS Access2000 - back-end database MS SQL 2000. When the application starts up, it refreshes link to backend like: ConnectStr =...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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,...
0
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...

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.