【发布时间】:2012-05-24 11:33:31
【问题描述】:
我有一个 SQL Server 2008 数据库。我正在尝试将它放在 SQL Azure 上。我已经将表架构放入 SQL Azure 中。我希望使用导入/导出向导来迁移我的数据库。但是,在 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)
我做错了什么?
谢谢。
【问题讨论】:
-
您使用的是最新版本的 SSMS:SQL Server 2008 R2 SP1 吗?
标签: sql-server-2008 azure-sql-database