Devonish wrote:[color=blue]
> 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?[/color]
As Teddy said, the DDL or use Enterprise Manager, this works similar to
modifying Access/Jet tables.
[color=blue]
> 2 how are relationships handled in SqlServer? (I need cascading
> deletes)[/color]
DRI (Declarative Referential Integrity), cascade deletes and updates are
supported.
[color=blue]
> Do I need to obtain any other tools, such as SqlServer itself to be able
> to do
> things like this?[/color]
Might help :-) You could try with just MSDE but without the front end
tools you're gonna have to learn a lot of SQL.
[color=blue]
> 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.[/color]
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.
[color=blue]
> 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.[/color]
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]