I have followed the steps mentioned on this link and i have created new DB successfully on azure portal. However i would like to know how can i import that on existing database using .bacpac file?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you want to import the bacpac file through the Windows Azure portal you'll need to go to SQL Databases and press the Import button. You will be able to choose a bacpac from one of your storage accounts (you can upload bacpac files to your storage account with a free tool like CloudXplorer).
Note: The import process does not allow you to import into an existing database. You'll get the option to create a new database. |
|||||
|
