Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Import and Export Wizard from SQL Server 2008 to SQL Azure

I have a SQL Server 2008 database. I'm trying to put it on SQL Azure. I have the table schemas already put in SQL Azure. I was hoping to use the Import/Export wizard to migrate my database. However, after I choose a destination in the SQL Server Import and Export Wizard and click "Next", I receive an error that says:

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)

What am I doing wrong?

Thank you.

like image 961
JavaScript Developer Avatar asked May 22 '26 00:05

JavaScript Developer


1 Answers

I believe you might be using some other data provider then .Net Framework Data Provider for SqlServer as the Data Source in your SQL Server Import and Export Wizard application. This is most common problem who use SQL Server Import/Export Wizard. Please try the fix as described below:

  • http://mytechworld.officeacuity.com/index.php/2011/10/importing-data-into-sql-azure/

More info about using SQL Server Import/Export Wizard is here:

  1. SQL Azure Data Migration Using SQL Server Import and Export Wizard (en-US)
  2. Overview of Options for Migrating Data and Schema to SQL Azure
like image 168
AvkashChauhan Avatar answered May 24 '26 01:05

AvkashChauhan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!