SQL Server 2000 database upgrade to SQL Server 2005 the fastest

Source: Internet
Author: User
Tags sql management studio
After you install SQL Server 2005, you can attach directly to the database files created under SQL Server 2000, whether they are 32 digits or 64 bits. The quickest way to upgrade your database to 2005 is to detach the database in SQL Server 2000, copy the database files to a machine that has SQL Server 2005, and then attach the database to Management Studio, where orphaned users are attached. You can associate orphaned users with database users with the following statement:
Sp_change_users_login ' Update_One ', ' Test ', ' test '
This will reconnect the server login "Test" with the Northwind database user "test".



Related Article

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.