Category Archives: SQL Azure

Update database schema changes to SQL Azure using DAC


In my previous blog posts (Deploy DAC, Import/Export DAC), I have shown you how to migrate database schema and data to SQL Azure. In this blog post, I am going to show you how to update the database schema changes … Continue reading

Posted in SQL Azure | Tagged , , , | Leave a comment

Migrate Database and Data to SQL Azure using DAC


In my previous blog post, I talked about database schema migration using DAC. In this blog post, I am going to show you how to migrate database schema and data using DAC. To achieve this task, we have to Export … Continue reading

Posted in SQL Azure | Tagged , , , | 1 Comment

Migrating Database schema to SQL Azure using DAC


DAC Fx is a Data-tier Application framework that helps developer to deploying, versioning and migrating databases. We can use DAC to migrate database to SQL Azure. In this blog post, I am going to show the simple steps to migrate … Continue reading

Posted in SQL Azure | Tagged , , , , | 1 Comment

Move data to SQL Azure using BCP Tool


BCP is one of the best tool to transfer data to SQL Azure database. This is a high performance command line utility for data transfer between database system. In this blog post, I am going to show you how to … Continue reading

Posted in SQL Azure | Tagged , , , | Leave a comment

SQL Azure data migration using Import/Export tool


In my previous blog post, I have shown you how to upload data to SQL Azure database using SSIS. In this post, I will show the data migration operation using Import-Export wizard. Implementation In this example, I am going to … Continue reading

Posted in SQL Azure | Tagged , , , | Leave a comment