About 273,000 results
Open links in new tab
  1. SQL - Query to get server's IP address - Stack Overflow

    Sep 26, 2008 · Is there a query in SQL Server 2005 I can use to get the server's IP or name?

  2. SQL Server - How to get IP of your own server? - Stack Overflow

    Apr 25, 2013 · Additionally, your SQL server may be bound to only on your localhost 127.0.0.1 address. You may need to look up the instructions to accept connections on all of your IP addresses for your …

  3. Get the IP address of a user in calling a stored procedure (SQL)

    Nov 27, 2017 · In order to get any caller's IP address and user name without granting all of them special permissions, you could cheat the server and database a little bit. A couple of things are needed to …

  4. Connect to SQL Server through IP address - Stack Overflow

    Jul 19, 2013 · If your server has multiple IP addresses that doesn’t necessarily mean that it can automatically accept connections from all IPs. To set this go to SQL Server Configuration Manager …

  5. How can i see what IP address made the request to SQL Server?

    Mar 8, 2017 · As far as SQL Server is concerned the request will always come from your webserver. You need to capture and log the IP address in your web app.

  6. How to get sql server ip address - SQLServerCentral Forums

    Jul 30, 2012 · i would not put too much value in the local ip address; SQL's configured to listen to multiple ip addresses (including 127.0.0.1), and you can review them in the server configuration tool.

  7. Get Client IP Address in SQL Server – SQLServerCentral

    Jul 8, 2014 · Get Client IP Address in SQL Server Sarvesh Gupta, 2015-10-27 (first published: 2014-07-08) Execute the function and call this function through a Stored Procedure.

  8. Access Azure SQL Database directly via IP address

    Nov 28, 2022 · In your sql server -> Networking -> Disable Public access like below: Try to create a new private endpoint with Microsoft SQL/server like below: Try to login your vm into remote desktop …

  9. SQL Connection with public IP, named instance and port number

    Aug 11, 2010 · I have had difficulty creating a connection string in c# that will connect to a remote SQL server using a public IP, named instance and a port number (other than 1433). Anyone know how to …

  10. Connot connect to server via name but IP works, not a SQL Browser ...

    Oct 26, 2012 · Ok, here is the issue and my steps to troubleshoot: I can connect to my SQl server using SSMS by IP and not by server name. It's the default instance (mssqlserver), so connecting via server …