Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why there is no option to import data to Azure database using ssms?



I have created a SQL database on Azure portal. I logged in to SSMS using required credentials, but some options to import/export data to database are missing, so I can't open SSMS Import/export wizard.

This issue doesn't occur when I using Amazon RDS databases.

Am I missing any database configuration?

Screenshot of a Azure SQL database on SSMS

like image 231
admiri Avatar asked Dec 03 '22 12:12

admiri


2 Answers

You can see it by right clicking on the "Databases" not individual database.

Image

like image 183
Rony Avatar answered Dec 27 '22 11:12

Rony


If you are using SSMS v18 or above, you should right-click on the Databases and you can see that option there.

like image 36
MRP Avatar answered Dec 27 '22 10:12

MRP