Data Migration from SQL Server 2000 to SQL Server 2005

  • Hi,

    I have a requirement where in, I have to migrate the data from SQL Server 2000 to SQL Server 2005, but the main challenge here is that the two database table structures are different. I would like to know which approach would be most the appropriate? also any article links which would help me achieving this.

    Thanks in Advance,

    Prashobh

  • You could export the data using bcp, then import it? But there are excellent third party tools that can help you here. They can map columns in such data movements. One is SQL Data Compare for Red Gate.

    Disclaimer: I work for Red Gate.

    Regards,

    Andras


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • Refer the below link to upgrade SQL 200 to SQL2005

    http://www.sqlservercentral.com/articles/Administration/2987/[/url]

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply