About 75,000 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. 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 …

  4. connectivity - Connecting to SQL Server Named Instance Without ...

    Oct 23, 2023 · To connect to any SQL Server instance, named or default, the network library that does the work needs to know 2 parameters, IP and port number. There is a default port reserved to the …

  5. 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 …

  6. 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 …

  7. 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 …

  8. 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 …

  9. SSMS error - Database Administrators Stack Exchange

    Jun 7, 2023 · I believe this happens when your SSL certificate for the SQL Server machine is not setup properly. You should be able to workaround it by checking off the "Trust server connection" property …

  10. Grant Permissions to all databases using server role

    Apr 16, 2020 · How to create a read-only server role on SQL Server 2012? This solution will work for SQL Server 2014 and above. CREATE LOGIN [AccountNeedPermission] FROM WINDOWS WITH …