sql - Unable to find Restore Database Option in SSMS -


i trying restore .bak file in sql server using ssms.
unable find restore database option in menu bar, when right-clicked on database. enter image description here

what can possible reason that? need change ssms settings.
using sql server management studio 2014.

it's not possible restore .bak file azure sql database. migrate data azure sql database, see documentation: https://azure.microsoft.com/en-us/documentation/articles/sql-database-cloud-migrate/


Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -