Hi.
--
Med venlig hilsen/Regards
Stig Johansen - s...@w3data.dk
W3 Data - mai...@w3data.dk
Quote
Jan <accapu...@gmx.de> wrote in message
news:7qd98g$59q3@forums.borland.com...
Quote
> Hello
> can I Install the SQL 7.0 over then SQL 6.5, or must i do somthing
> before....
Yes you can. ( After backup ).
Allthough SQL7.0 have some pre-requisites, IE4.1+, SP4 ( i think ).
But theese will show up on the installation.
Quote
> and does SQL 7.0 converting the database and tables (medium) to from SQL
6.5
> to SQL 7.0
When you upgrade, there is a 'upgrade wizard', which takes you through the
steps of upgrading. Essentially YOU decide which databases to upgrade.
> or must i uninstall the SQL 6.5 server and install new the SQL 7.0
No.
Quote
> which steps must i do do to install SQL 7.0
Take a backup and do the install.
Additional notes:
The 'upgrading' of databases is really a 'copy' into new database (SQL 7.0).
The concepts of devices and databases is totally changed in 7.0.
This means you need to have free discspace enough to accomodate a new copy
of your DB.
The upgrade is very easy, and converts everything, even the history log from
the SQL-executive.
The conversion from SQL6.5->7.0 can even easyli be done from one server to
another.
When you have finished the upgrade, you will have a 'SQL-switch', which
switches between 6.5 and 7.0.
As it implies, you cannot run 6.5 and 7.0 simultaniously. If you use latest
ODBC-driver to access, there is no need for changes on the client side. For
others, I don't know.
ONE thing to be aware of is the introduction of n... datatypes
nchar,nvarchar... ), which is the corresponding wide chars. This datatype
may not be supported in your connection components. So for the time being, I
would suggest you acoid thoose datatypes.
Well I don't think I can say more.