How To Connect A Azure Sql Server 2012 Database From Localmachine -


i want connect sql server management studio running locally azure sql server 2012 database

now have enable sa account on sql server side , check server name running query --

select @@servername 

i got output

msrv01\sqlserver 

now local machine when trying loginto azure sql server -- enter image description here

it retun error

enter image description here

do 1 have idea doing wrong here !

unless local machine on same domain (or subnet) azure vm accessing via machine hostname never work.

if using azure hosted database (i.e. not vm) in management portal, navigate database settings panel. @ top listed server name url xxxxxxxx.database.windows.net. use connect database in ssms.

further reading: https://azure.microsoft.com/en-gb/documentation/articles/sql-database-connect-query-ssms/


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -