All, I am looking for some 3rd tools or ways to import data from SQL Azure data source to the Sql Server 2008R2 DB in local network. help. thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m fond of Red Gate’s SQL toolbelt… They have lots of cool tools and as a last ditch effort they will script the entire db for you (data and all) as pure sql statements, which should get around most sql server/sql azure issues as you could just debug the script for any incompatibilities (though going TO MS Sql Server should have much fewer issues than going to Sql Azure)…
Also, I didn’t know if this technique would work for you