I have my SQL database on Azure devOpos.
To access this, I have set my IP Address in Firewall setting but IP changes daily or twice a day, So I have to set again and again.
Else, I get this error.
Cannot open server 'abcdb-dev' requested by the login. Client with IP address '106.215.195.185' is not allowed to access the server. To enable access, use the Windows Azure Management Portal or run sp_set_firewall_rule on the master database to create a firewall rule for this IP address or address range. It may take up to five minutes for this change to take effect.
So, how to overcome this problem ? how can I access my database just by connection string without setting any firewall settings of IP.