Esportazione di una tabella su Sql Azure – parte 3

Esistono anche degli strumenti non ufficiali per poter spostare i dati su Sql Azure. Uno di questi è il tool Sql Azure Migration Wizard, reperibile su Codeplex e molto semplice da utilizzare. Gli screenshot seguenti dimostrano come creare e spostare i dati della tabella SalesLT.Customer on-premise su un database di test nel cloud.

1 

3

4

5

7

8

9

Le caratteristiche del prodotto sono le seguenti :

Project Details
The SQL Azure Migration Wizard (SQLAzureMW) gives you the options to analyzes, generates scripts, and migrate data (via BCP) from:

  1. SQL Server to SQL Azure
  2. SQL Azure to SQL Server
  3. SQL Azure to SQL Azure

It will also analyze SQL Profiler trace files and TSQL script for compatibility issues with SQL Azure.

  1. If your source is a SQL Server database, SQLAzureMW will list all of the object types (i.e. Tables, Stored Procedures, Views, etc.) and let you decide which ones you want analyzed / scripted. Using the “Advanced” options you can tell SQLAzureMW which compatibility checks to perform and if the data should be migrated.
  2. If your source is a file containing TSQL, then you will be given the option to have SQLAzureMW check the TSQL for incompatibilities and fix where possible or just run the script without any compatibility checking.
  3. You can specify a SQL Profiler trace file for analysis.

Post precedenti :

https://blogs.technet.com/francesco_diaz/archive/2010/05/18/esportazione-di-una-tabella-su-sql-azure-parte-1.aspx

https://blogs.technet.com/francesco_diaz/archive/2010/05/18/esportazione-di-una-tabella-su-sql-azure-parte-2.aspx