1

I have to copy tables from one database on Azure to another which is on our virtual server there on Azure. Importing is not working. What would be the way to make this. The other issue is some of the tables have different columns can I copy matched columns only? this is sql servers.

1

1 Answer 1

-1

SQL-Azure does not support USE statement and effectively no cross-db queries.

If you want to copy/backup the db to another sql azure db you can use the "Same-server" copying or "Cross-Server" copying in SQL-Azure. Refer this msdn article

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.