Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6952577
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:22:01+00:00 2026-05-27T14:22:01+00:00

Sql Azure allows to copy databases both within one instance and across multiple instances

  • 0

Sql Azure allows to copy databases both within one instance and across multiple instances using the syntax:

create database as copy of

It is possible to query the copy status by checking the sys.databases table:

select name, state, state_desc from sys.databases

However, this returns only a very crude status (copying vs online). I would like to be able to display a detailed progress report (such as how much data was copied so far). However, it does not seem to be possible to connect to the new database to get this data until it becomes fully online. Is there anything in the master database I could use for more granular information?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T14:22:02+00:00Added an answer on May 27, 2026 at 2:22 pm

    You need the sys.dm_database_copies view
    http://msdn.microsoft.com/en-us/library/windowsazure/ff951634.aspx

    This returns detailed information about the progress of your database copies.

    Another thing to watch for is that you can only be creating a single replica at any one time. i.e. given DB1 you canot create DB2 and DB3 simultaneously as copies. Need to wait for DB2 to finish first. This fails and does so silently which can be very confusing.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Greetings, Windows Azure only supports SQL Azure Session State for multiple instances. I'm thinking
I have sql azure database and to create and edit database using portal is
I've recently migrated a couple of SQL 2008 databases to Azure using the 3.7
Does anyone have any good sources of information of using NHibernate with Sql Azure
I would like to create an SQL Azure user and grant her read-only access
I would like to use SQL Enterprise Manager to manage my SQL Azure Databases.
At the MSDN website it says, Connecting to SQL Azure by using OLE DB
For instance, we now have that in the StackExchange universe for SQL Azure (which
For everyone playing with SQL Azure, what are you using for reporting? Do the
I am using SQL Azure as database with code first technique of Entity framework

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.