Sql server 2008 从SQL Server 2008到SQL Azure的导入和导出向导

Sql server 2008 从SQL Server 2008到SQL Azure的导入和导出向导,sql-server-2008,azure-sql-database,Sql Server 2008,Azure Sql Database,我有一个SQL Server 2008数据库。我正在尝试将其放在SQLAzure上。我已经在SQLAzure中设置了表架构。我希望使用导入/导出向导来迁移我的数据库。但是,在SQL Server导入和导出向导中选择目标并单击“下一步”后,我收到一个错误,显示: TITLE: SQL Server Import and Export Wizard ------------------------------ Cannot get the supported data types from the

我有一个SQL Server 2008数据库。我正在尝试将其放在SQLAzure上。我已经在SQLAzure中设置了表架构。我希望使用导入/导出向导来迁移我的数据库。但是,在SQL Server导入和导出向导中选择目标并单击“下一步”后,我收到一个错误,显示:

TITLE: SQL Server Import and Export Wizard
------------------------------

Cannot get the supported data types from the database connection "Provider=SQLNCLI10;Data Source=tcp:[server],1433;User ID=[userID];Auto Translate=false;Initial Catalog=[dbName]".

Unspecified error
The stored procedure required to complete this operation could not be found on the server. Please contact your system administrator. (Microsoft SQL Server Native Client 10.0)
我做错了什么


谢谢。

我相信您可能正在使用其他数据提供程序.Net Framework SQL Server数据提供程序作为SQL Server导入和导出向导应用程序中的数据源。这是使用SQL Server导入/导出向导时最常见的问题。请尝试以下所述的修复:

有关使用SQL Server导入/导出向导的详细信息,请参见:


  • 您是否正在使用最新版本的SSMS:SQL Server 2008 R2 SP1?