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.
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:
More info about using SQL Server Import/Export Wizard is here:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With