Dan,
SQL Server 7.0 / 2000 can not directly access SQL Server 6.5 backups, so you
do indeed have to first install SQL Server 6.5, restore the database to the
SS6.5 installation, and then copy/move the database to SQL Server 7.0.
If you want to capture all the views, stored procedures, triggers, etc.,
then the SQL Server 7.0 / 2000 Upgrade Wizard is the best to go from SS6.5
to SS7.0 / 2K. If all you need are the tables and data, DTS might be an
option.
-------------------------------------------
BP Margolin
Please reply only to the newsgroups.
When posting, inclusion of SQL (CREATE TABLE ..., INSERT ..., etc.) which
can be cut and pasted into Query Analyzer is appreciated.
Quote:> Hi!
> I have a backup file and data file of a database made in SQL 6.5
> I would like to move this database to another machine with SQL7.
> Do I have to instal SQL6.5 and restore the database to 6.5, then instal
SQL7
> and perform upgrade of the database using upgrade switch in SQL7
> or is there any easyer and more direct way to acomplish that?
> Dan