Re: Copy SQL Server 6.5 Database
From: Mike Epprecht \(SQL MVP\) (mike_at_epprecht.net)
Date: 12/13/04
- Next message: Russell Fields: "Re: Copy SQL Server 6.5 Database"
- Previous message: Bryan Harris: "Re: SQL Replication"
- In reply to: Otto_at_ITP: "Copy SQL Server 6.5 Database"
- Next in thread: Russell Fields: "Re: Copy SQL Server 6.5 Database"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 13 Dec 2004 21:52:20 +0100
Hi
You need to do a backup (DUMP) on the old server, copy the file over and
then a restore (LOAD) on the new 6.5 server.
You can do the dump and restore through Enterprise Manager. SQL 6.5 does not
support attach/detach.
Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"Otto@ITP" <OttoITP@discussions.microsoft.com> wrote in message
news:1AA7D978-FACD-4F5F-BE42-A59CBD6D682B@microsoft.com...
> I am trying to copying a version 6.5 database on one serv to another
version
> 6. database on another server. And finally upgrade the 6.5 database to
2000.
> As I have never worked with 6.5, how do I perform the copy? We have to
> perform this step as the current server is dying.
>
> Otto
- Next message: Russell Fields: "Re: Copy SQL Server 6.5 Database"
- Previous message: Bryan Harris: "Re: SQL Replication"
- In reply to: Otto_at_ITP: "Copy SQL Server 6.5 Database"
- Next in thread: Russell Fields: "Re: Copy SQL Server 6.5 Database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|