About 72,100 results
Open links in new tab
  1. I can't connect to my servers SQL database via an IP Address

    Mar 31, 2014 · Using SQL Server Express 2017, in addition to the answers above, when trying to connect using the port, ensure you use the comma syntax, not the colon syntax i.e: …

  2. Unable to connect to SQL Server using Windows authentication - "The ...

    May 2, 2024 · 0 I am logged in to Windows machine and connected to another environment through GlobalProtect VPN to connect SQL Server. SQL Server is configured to allow only Windows …

  3. How to connect to a local SQL Server instance by IP Address in SQL ...

    Nov 18, 2020 · In your SQL Server Configuration Manager if you scroll down to the bottom you will find the TCP dynamic Port that is being used by your local instance. With this information I can try and …

  4. How do I get this SQL Server ODBC Connection working?

    Named pipes and TCIP protocols for SQL server 2005 are disabled by default. Have you enabled them under "SQL server configuration manager"? You can find the protocols in the SQL Server Network …

  5. Can't connect to named instance from remote server

    Nov 30, 2023 · SQL Browser does not redirect traffic from UDP 1434 port to SQL Server instance. It just sends information about TCP/IP port or a named part of instance client is trying to connect to, as an …

  6. sql server - Error: Cannot Generate SSPI context - Database ...

    Feb 20, 2015 · Even more odd is that you may be able to connect using SQL Server Management Studio but you can't connect via ODBC or OLEDB. There may be a temporary workaround that will …

  7. Can't connect to remote SQL server from some machines

    Jun 17, 2015 · Here are some of the things from my connection issue checklist Check for an alias on the machine that can't connect Check for firewall rules Check and make sure the SQL Server drivers on …

  8. Easy way to check connectivity to SQL Server from client

    Apr 20, 2016 · For troubleshooting purposes, I would like to be able to check if a client can connect to a SQL Server instance, independent of the application that possibly can't connect to the SQL Server. Is …

  9. Unable to connect to Azure SQL server through Point-to-Site VPN

    Jun 9, 2020 · The simplest solution to this is to use service endpoints. Have your users connect to teh VPN to route traffic through the virtual network, then turn on Service Endpoints on your SQL server …

  10. sql server - RDS Connection Broker High Availability cannot connect to ...

    Mar 22, 2020 · Ensure that the database server is available on the network, the SQL Server Native Client is installed on all RD Connection Broker servers, and the computer accounts of the RD …