SQL Server 2005: Importing data from SQL Server 2000

后端 未结 5 1945
长发绾君心
长发绾君心 2021-01-28 06:32

In SQL Server 2000, you have the \"All Tasks... - Export Data\" option. Where is this option the SQL Server 2005 Management Studio?

Or, is there a SQL Server 2005 way

5条回答
  •  粉色の甜心
    2021-01-28 06:59

    You could use the excellent SQL Server Database Publishing Wizard.

    http://www.microsoft.com/downloads/details.aspx?familyid=56E5B1C5-BF17-42E0-A410-371A838E570A&displaylang=en

    It allows you to generate a script which contains data, schema, or both. The script can be targeted towards SQL 2000 or SQL 2005.

    Some use it for web hosting environments. I use it to move data when I have no other option.

提交回复
热议问题