Import SQL2000 data to sql7

Source: Internet
Author: User

Converting 2000 to 7.0 will lose some unsupported attributes. It is best to use the following method:

1.
Sql200 Enterprise Manager -- Right-click the database to be exported to 7.0 -- all tasks -- generate SQL script -- select generate all object scripts in general -- set format, choose "include extended attributes" and "write scripts only for 7.0 compatibility" -- option, select all content in "Write database script" and "Table script options" -- keep all other options by default -- then confirm and save it as one. SQL File

2.
Connect to sql7.0 in the query analyzer and execute the script generated above to create a new database (Note: The generated script may need to change the database path)

3.
Sql200 Enterprise Manager -- Right-click the database to export 7.0 -- all tasks -- export data -- target database, select sql7.0 server on the server, select the database generated above -- select "Copy Data and object between two SQL databases" -- cancel the selection of "create target object" -- Final Completion

Or:

In the 2000 environment, the database structure is exported as an SQL script, data is converted to access through DTS, and then the database is regenerated using the SQL script, then, convert access to SQL Server 7.0 through DTs.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.