About 385,000 results
Open links in new tab
  1. Set SQL SERVER Express 2017 to allow remote connections

    Feb 19, 2020 · Use the following steps to enable remote connections to your SQL Server, Open SQL Server Management Studio. Right-click your server's name and select Properties. Select …

  2. SQL Server: enable remote connections without SSMS

    Mar 17, 2011 · I've got a SQL Server Express 2008 install on my web server, which by default does not allow remote connections (probably a good thing.) I opted not to install SQL Server Management …

  3. Enable remote connections for SQL Server Express 2012

    Well, glad I asked. The solution I finally discovered was here: How do I configure SQL Server Express to allow remote tcp/ip connections on port 1433? Run SQL Server Configuration Manager. Go to SQL …

  4. SQL Server Express : how to allow remote connections

    Apr 19, 2014 · Enable remote connections on the instance of SQL Server that you want to connect to from a remote computer. Turn on the SQL Server Browser service. Configure the firewall to allow …

  5. How to Allow Remote Access to PostgreSQL database

    Sep 2, 2013 · Note that all answers enable access to all PostgreSQL databases on the server (in your case running on Win 7). Makes sense for exposing the server to a VM like here. In a more general …

  6. Enable "Allow remote connections to this server" SQL Server Option via ...

    Jan 25, 2024 · 0 I would like to put together a PowerShell script that will automatically enable the "Allow remote connections to this server" option for SQL Server. That setting doesn't do what you think it …

  7. How to allow remote connection to MySQL - Stack Overflow

    I have installed MySQL Community Edition 5.5 on my local machine and I want to allow remote connections so that I can connect from external source. How can I do that?

  8. Unable to connect to SQL Server instance remotely

    Mar 28, 2009 · The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. I think this is because I need to …

  9. SQL Server, Allow remote connections to this server option. What does ...

    SQL Server, Allow remote connections to this server option. What does this do? Ask Question Asked 9 years, 3 months ago Modified 6 years, 5 months ago

  10. SQL Server Remote Connection enable for specified IP Address

    Dec 30, 2019 · In this server I have a SQL Server 2016 installed. I must configure the sql server to allow remote connections because there are some databeses which synchronise with our local databases. …