Client IP Address does not have access SQL Server Management Studio

Tom Hovens 36 Reputation points
2022-01-11T21:14:52.197+00:00

Hi,

When trying to log on to my server I get the error "Your client IP address does not have access to the server. Sign in to an Azure Account and create a new firewall rule enable access." After adding the my client address to the Firewall rules the same error popups. When I look in Azure at the firewall setting I see several rows of rules, all with the same ip addresses. I also add the client ip address but no luck. What do I need to change in setting so I can open my database with SSMS.

Azure SQL Database
0 comments No comments
{count} votes

19 additional answers

Sort by: Most helpful
  1. Alberto Morillo 32,796 Reputation points MVP
    2022-01-11T22:10:20.46+00:00

    Please make sure you specify the database when you connect to Azure SQL.

    164008-image.png

    163967-image.png

    1 person found this answer helpful.
    0 comments No comments

  2. Samuel Prince Chaane 6 Reputation points
    2022-04-22T22:23:02.327+00:00

    I solved it by:

    1. Options > Connect to Database [I added the name of the database]
    2. Redirect
      195741-image.png
    3. Add my client IP address
    4. Add my subnet IP address range
      195670-image.png
    1 person found this answer helpful.

  3. Alberto Morillo 32,796 Reputation points MVP
    2022-01-11T21:57:03.167+00:00

    Please make sure you are adding the correct client IP Address. Please add the IP Address returned by this site on Azure SQL Database firewall.

    0 comments No comments

  4. Tom Hovens 36 Reputation points
    2022-01-11T22:04:50.553+00:00

    Hi Alberto, thanks for replying. The IP Address returned by the site is already been added.

    0 comments No comments