我有一个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)
我做错了什么?
谢谢。
答案 0 :(得分:3)
我相信您可能正在使用其他数据提供程序,然后在SQL Server导入和导出向导应用程序中使用 .Net Framework数据提供程序for SqlServer作为数据源。这是使用SQL Server导入/导出向导的最常见问题。请按照以下说明尝试修复:
有关使用SQL Server导入/导出向导的详细信息,请访问: