I've been struggling with a SQL Azure cross-server copy for a bit now - and hopefully I'm doing something silly. Both servers are under the same subscription and in the same region. Both servers have the same DBO user and password (the destination server is a fresh server specifically for this copy).
Following the documentation Copying Databases in SQL Azure, I get the following error when executing from the destination server:
Msg 10054, Level 20, State 0, Line 0 A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)
Checking the error listing found here, that error number is evidently something to do with federated data.
I'm a bit stuck as what to try next - any ideas?