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

upsizing A2K to SqlServer

I am planning to convert an existing Access database which has a back
end
(data tables and relationships only) on a server and a copy of the front
end
(form, queries, reports) on each of about a dozen workstations.

I intend to convert the back end to SqlServer and wish to use the
upsizing
wizard. I am acquiring SSW Upsizing Pro! 2000 which seems to be
recommended in other discussions.

I have some questions in mind:
1 how will I change the SqlServer tables e.g. add/delete a field
to/from a
table, or add/delete a table?
2 how are relationships handled in SqlServer? (I need cascading
deletes)

Do I need to obtain any other tools, such as SqlServer itself to be able
to do
things like this?

At this stage I want the simplest possible conversion. The database
works
perfectly well at present but intermittent network problems mean that it
would be better to have the back end as SqlServer. I can delay
implementing
other benefits until a later stage.

Advice as to which good books to read would be useful. I have developed
a
number of Access databases and am competent in writing VB (and other
languages) but have minimal knowledge of SqlServer.

Ron Devenish

*** Sent via Developersdex http://www.developersdex.com ***
Nov 13 '05 #1
3 1844


Devonish wrote:
I am planning to convert an existing Access database which has a back
end
(data tables and relationships only) on a server and a copy of the front
end
(form, queries, reports) on each of about a dozen workstations.

I intend to convert the back end to SqlServer and wish to use the
upsizing
wizard. I am acquiring SSW Upsizing Pro! 2000 which seems to be
recommended in other discussions.

I have some questions in mind:
1 how will I change the SqlServer tables e.g. add/delete a field
to/from a
table, or add/delete a table?
You can either use SQL Server's Data Definition Language (for example,
CREATE TABLE, DROP TABLE, and ALTER TABLE) and run these in Query
Analyzer, or you can amend tables graphically in Enterprise Manager
(SQL Server's front end). SQL Server comes with an extremely good help
system called Books OnLine (commonly abbreviated to BOL).
2 how are relationships handled in SqlServer? (I need cascading
deletes)
Again, use DDL, or build the relationships graphically in the Data
Diagram window, which is very similar to Access. You can amend
cascading Deletes as they are implemented in SQL Server as Triggers. If
you have these constraints set up on your Access database, the wizard
can bring them across for you.
Do I need to obtain any other tools, such as SqlServer itself to be able
to do
things like this?
Yes. How do you suppose you're going to manage this otherwise?
At this stage I want the simplest possible conversion. The database
works
perfectly well at present but intermittent network problems mean that it
would be better to have the back end as SqlServer. I can delay
implementing
other benefits until a later stage.

Advice as to which good books to read would be useful. I have developed
a
number of Access databases and am competent in writing VB (and other
languages) but have minimal knowledge of SqlServer.


You will probably find that there's more work amending the front end to
connect to SQL Server than there is in the upsizing, which is normally
pretty straightforward. However, it would be a good idea to script the
database once it's been created and do a desk check to see what's been
done.

Good luck

Edward

Nov 13 '05 #2
Devonish wrote:
I am planning to convert an existing Access database which has a back
end
(data tables and relationships only) on a server and a copy of the front
end
(form, queries, reports) on each of about a dozen workstations.

I intend to convert the back end to SqlServer and wish to use the
upsizing
wizard. I am acquiring SSW Upsizing Pro! 2000 which seems to be
recommended in other discussions.

I have some questions in mind:
1 how will I change the SqlServer tables e.g. add/delete a field
to/from a
table, or add/delete a table?
As Teddy said, the DDL or use Enterprise Manager, this works similar to
modifying Access/Jet tables.
2 how are relationships handled in SqlServer? (I need cascading
deletes)
DRI (Declarative Referential Integrity), cascade deletes and updates are
supported.
Do I need to obtain any other tools, such as SqlServer itself to be able
to do
things like this?
Might help :-) You could try with just MSDE but without the front end
tools you're gonna have to learn a lot of SQL.
At this stage I want the simplest possible conversion. The database
works
perfectly well at present but intermittent network problems mean that it
would be better to have the back end as SqlServer. I can delay
implementing
other benefits until a later stage.
These intermittant problems, what outcome do they produce in the pure
Access app? Corrupt back-end? If so then you'll find SQL Server very
robust in that dept. If just the annoyance of being disconnected from
your tables then I'm afraid SQL Server will not help here. You'd still
get disconnected from that and Access is hopeless at recovering from
network glitches, whether it be Jet or SQL back end.
Advice as to which good books to read would be useful. I have developed
a
number of Access databases and am competent in writing VB (and other
languages) but have minimal knowledge of SqlServer.


Depending on your level you can go from anything like "SQL for Dummies"

(http://www.amazon.com/exec/obidos/tg...29735?v=glance)
to Joe Celko's "SQL For Smarties"
(http://www.amazon.com/exec/obidos/tg...2045?v=glance),
which is recommended reading.
or there's a few by Rebecca Riordan
(http://search.microsoft.com/search/r...ebecca+riordan)
I have one of her books, highly recommended even if we did used to argue
tooth and nail here :-)

For starters, Books Online that comes with SQL Server is essential
reading :-)

--
[OO=00=OO]
Nov 13 '05 #3
Thank you Edward and Trevor for helpful advice.

Ron Devenish

*** Sent via Developersdex http://www.developersdex.com ***
Nov 13 '05 #4

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

Similar topics

0
by: Gary Bouchard | last post by:
I have a Visual Basic 6 application that uses MDB or SQL Server databases. I was wondering if it was possible via Automation or ADO or some method, where I could programmicatlly upsize an MDB...
1
by: Big Time | last post by:
I have an Access 2000 DB that I've been considering upsizing to SQL Server 2K. I'm wondering if anyone can share their experiences in upsizing and let me know of any tips or pratfalls. I've been...
0
by: Bon | last post by:
Hello All I got "Tables are skipped or export failed" error when I used upsizing wizard on migrating MS Access 2000 to MS SQL Server 2000. I am changing my application backend database from MS...
1
by: John | last post by:
Hi I am using the upsizing wizard to move a table from access 2000 to sql server. The table does not get exported and all I am getting is a 'Table was skipped, or export failed' error in the...
1
by: Calum Chisholm | last post by:
I'm looking to call the upsizing wizard from within a VBA function, preferably automating the entire upsizing process. Has anyone achieved this under Access 2003? The best I've managed so far is...
2
by: Big Time | last post by:
I have an Access 2000 DB that I've been considering upsizing to SQL Server 2K. I'm wondering if anyone can share their experiences in upsizing and let me know of any tips or pratfalls. I've been...
7
by: JM | last post by:
I'm using Access 2003 to attempt an upsize to SQL Server 2000. The Upsizing Wizard is giving me tons of problems with error messages like: 1. "Object is invalid. Extended properties not...
1
by: Jim Devenish | last post by:
I am continuing my exploration about upsizing to SQLServer from Access 2000. I have a split database with a front-end and a back-end, each of which is A2K. I have spent some time in bookshops...
0
by: dave | last post by:
Hi everyone, I am using the Upsizing Tool in Access 2002 to upsize to SQLServer 2000. I am finding that the data type number (field size: double) when upsized is turned into a float type. What...
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: 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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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...
0
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
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,...

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.