sql server - Uploading database to Azure SQL -


i need upload mdf file azure sql. according is possible attach mdf file azure sql database? correct way import mdf sql server management studio , right click , export azure sql.

however i'm getting error claiming that: enter image description here

i have no idea actually means nor why unable upload database azure. suggestions?

in order import database azure, need create bacpac file. instructions can found in msdn blog post.

and in case run it, question has links sql server data tools required import bacpac azure. need installed before being able export bacpac.

update: adding can see export options: enter image description here


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -