473,387 Members | 3,801 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,387 software developers and data experts.

Need tools to Convert Access to SQL environment

Guy
I got a big Access file (1 400 tables) to convert to SQL and I would
like to be provided with some automated tools, except upsizing wizard
and DTS, to convert it on my own.

I got a lot of forms and query to convert too.

Can someday provide me with at least one tool name ?

Thanks,

Guy
Nov 12 '05 #1
4 3331
Someone else already answered your question earlier.

If you are not conformable using the DTS tools, then you need to hire some
one who experienced in this area.

Further, the fact of 1400 tables sounds like a VERY SERIOUS design program
exists. I would bet that a HUGE portion of those tables are some kind of
monthly, or yearly data. Simply adding one new column as for the date would
probably eliminate thousands of tables. (that many tables does not even come
close to making ANY kind of sense). A bit code to merge those many tables
into one would make the whole process a much better design, and the that
would also solve the whole export problem too! In other words, you should
look at the design of the data and the tables. It is quite easy to write a
bit code in ms-access to merge those tables together. From that point, you
then use the DTS tools.

It would be truly sad to simply move a horrible data mess from ms-access to
sql server. Moving such a mess accomplishes nothing for you. You are simply
shoving a huge mess into sql server now, and not improving your data
management by any amount. In fact, it would be waste of developer/people
time to move such a mess. A bit work on the data BEFORE you transfer sounds
like the ticket here. It is not use to build a new garage only to fill it
with all the old junk that made the old one so bad ;-)

If the dts tools and perhaps 1 or 2 hours of writing some code in ms-access
is beyond your abilities, then it is time to hire some professional help.
The tools plus a bit of code should be more then enough here.
--
Albert D. Kallal (MVP)
Edmonton, Alberta Canada
No************@msn.com
http://www.attcanada.net/~kallal.msn
Nov 12 '05 #2
Guy
"Albert D. Kallal" <pl********************@msn.com> wrote in message news:<BSyyb.531898$6C4.452895@pd7tw1no>...
Someone else already answered your question earlier.

If you are not conformable using the DTS tools, then you need to hire some
one who experienced in this area.

Further, the fact of 1400 tables sounds like a VERY SERIOUS design program
exists. I would bet that a HUGE portion of those tables are some kind of
monthly, or yearly data. Simply adding one new column as for the date would
probably eliminate thousands of tables. (that many tables does not even come
close to making ANY kind of sense). A bit code to merge those many tables
into one would make the whole process a much better design, and the that
would also solve the whole export problem too! In other words, you should
look at the design of the data and the tables. It is quite easy to write a
bit code in ms-access to merge those tables together. From that point, you
then use the DTS tools.

It would be truly sad to simply move a horrible data mess from ms-access to
sql server. Moving such a mess accomplishes nothing for you. You are simply
shoving a huge mess into sql server now, and not improving your data
management by any amount. In fact, it would be waste of developer/people
time to move such a mess. A bit work on the data BEFORE you transfer sounds
like the ticket here. It is not use to build a new garage only to fill it
with all the old junk that made the old one so bad ;-)

If the dts tools and perhaps 1 or 2 hours of writing some code in ms-access
is beyond your abilities, then it is time to hire some professional help.
The tools plus a bit of code should be more then enough here.


Thanks Albert for your advice. I agree the structure problem must be
fix up before converting.

Guy
Nov 12 '05 #3
Let me see -- you want to convert, but you eliminate the two tools most
likely to help you? And you want to convert _Forms_ to SQL Server? Strange,
I never understood SQL Server to have Forms... that's why so many people
create Access front-ends to SQL Server back ends.

In the absence of useful tools, which I think is what the result of your
question will be, given the limitations you apply -- you can use SQL Server
Enterprise Manage to create comparable SQL Server tables, link them, and
fill them with manually-created (or self-automated) Append Queries.

But, anyone who'd do that, in preference to the Wizards, seems to me to be a
"glutton for punishment".

Larry

"Guy" <gu*@graphic-designer.com> wrote in message
news:e0**************************@posting.google.c om...
I got a big Access file (1 400 tables) to convert to SQL and I would
like to be provided with some automated tools, except upsizing wizard
and DTS, to convert it on my own.

I got a lot of forms and query to convert too.

Can someday provide me with at least one tool name ?

Thanks,

Guy

Nov 12 '05 #4
"Larry Linson" <bo*****@localhost.not> wrote in message
news:e8*****************@nwrddc01.gnilink.net...
Let me see -- you want to convert, but you eliminate the two tools most
likely to help you? And you want to convert _Forms_ to SQL Server? Strange, I never understood SQL Server to have Forms... that's why so many people
create Access front-ends to SQL Server back ends.

In the absence of useful tools, which I think is what the result of your
question will be, given the limitations you apply -- you can use SQL Server Enterprise Manage to create comparable SQL Server tables, link them, and
fill them with manually-created (or self-automated) Append Queries.

But, anyone who'd do that, in preference to the Wizards, seems to me to be a "glutton for punishment".


Well unless they've really improved I would have to disagree. The wizard
for Access 97 was dreadful. It choked on anything larger than a few
thousand rows. Worse yet, it made horrible implementations of the tables
created. It created Triggers to enforce required fields, separate objects
for default values, and often used different DataType translations than I
would have made had I done it manually. I ended up deleting almost all of
these and starting over in Enterprise Manager.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 12 '05 #5

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

Similar topics

10
by: Beach Potato | last post by:
Dear Y'all: I'm about to start porting a big old project written in anscient version of Delphi to something more stable, robust, supportable and maybe even portable. Since I haven't seriously...
1
by: DBAGUY | last post by:
Any tools out there someone would recommend for Oracle. Currently users are utilizing SQL Worksheet in the production environment to help support the clients needs. They have continuously...
12
by: Guy | last post by:
I got a big Access file (1 400 tables) to convert to SQL and I would like to be provided with some automated tools, except upsizing wizard and DTS, to convert it on my own. I got a lot of forms...
28
by: Jed | last post by:
Hello to all! I have a couple of projects I intend starting on, and was wondering if someone here could make a suggestion for a good compiler and development environment. My goals are as...
3
by: Andrej Hristoliubov | last post by:
I am the best c++ programmer in the whole wide world. Trust ME! My reference is Victor Bazarov,Valentin Samko,Alf P.Steinbach( Me and Alf actually intern together at Microsoft), and Bjarne...
19
by: James Fortune | last post by:
I have a lot of respect for David Fenton and Allen Browne, but I don't understand why people who know how to write code to completely replace a front end do not write something that will automate...
7
by: Philippe Poulard | last post by:
Hi, RefleX 0.1.3, a general-purpose XML Virtual Machine, is available here : http://reflex.gforge.inria.fr/ In this release, you'll find tutorials for mapping SQL to arbitrary complex XML...
20
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site...
9
by: Algonquin J. Calhoun | last post by:
I've developed an application that exceeds the Access 2GB limit. This application was developed as a prototype and the users have found it very useful. Approximately 45,000 records are added to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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
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.