2

When I connect my Azure SQL Server using Azure portal then it shows me all databases (shown in the screenshot1)

enter image description here

But when I connect to the same server using SSMS inside Azure VM then it shows only one database (shown in the screenshot2)

enter image description here

Please someone help me in this issue

Muhammad Waheed
  • 1,048
  • 1
  • 13
  • 30

1 Answers1

3

I think you'd better check the Options settings, did you specify the db name. If so, you will only can see specified db, not all.

enter image description here

Joseph Xu
  • 5,607
  • 2
  • 5
  • 15