SQL Azure Migration – Moving the Data [FAQ]
There are several methods available to migrate data to a SQL Azure database.
BCP using the .exe bulk load/export tool.
SSIS
Bulk API’s in ADO.NET and ODBC (see below).
Third Party Tools
Sync Framework
BCP
BCP is probably the fastest way to move the data. BCP is a command line tool introduced with SQL Server 2005 SP1 which allows for copying data [...]




25. Dec, 2009