Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 SQL 7 to SQL 2000 on same machine

Author  Topic 

comicdust
Starting Member

2 Posts

Posted - 2003-06-04 : 05:25:30
Hi,

I'm totally new to MS SQL and has the following assignment:

1. Export databases/objects from SQL 7.0, then do a clean installation of SQL2000 (Enterprise edition) on the same W2K machine

2. After the installation, import the databases/objects into SQL2000


May I know what are the correct commands to export/import and what are the things that I should be aware of?

Greatly appreciated all valuable assistance!



Andraax
Aged Yak Warrior

790 Posts

Posted - 2003-06-04 : 07:00:11
Hi!

I would recommend you to read this document:
[url]http://www.microsoft.com/sql/howtobuy/howtoup.asp[/url]

Go to Top of Page

comicdust
Starting Member

2 Posts

Posted - 2003-06-11 : 21:12:24
Hello, I used DTS to export/import data and select COPY tables and views from source database. The task was completed successfully but when I compared the source and destination DB, I noticed the followings:

1. Database size on destination server was smaller
2. Views were not imported into the destination server

Can anyone advise on this??

Many thanks!

Go to Top of Page

chadmat
The Chadinator

1974 Posts

Posted - 2003-06-11 : 22:41:05
Size may be different because you may/may not have had free space in the source, and you may not have transfered the indexes.

Why not use backup/restore?

-Chad

http://www.clrsoft.com

Software built for the Common Language Runtime.
Go to Top of Page
   

- Advertisement -