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)
私は何を間違っていますか?
ありがとうございました。