Hi Cihan,
If I use SSIS for the SQL Azure to SQL Azure case. Does SSIS works as below:
1. Connect to SQL Azure 1
2. Query data, store in memory of local machine
3. Connect to SQL Azure 2
4. Copy data to Sql Azure 2
I am considering about using Bulkcopy for both cases. it is more convenient and flexible than SSIS.
Thank you very much.