About 451,000 results
Open links in new tab
  1. How to connect to SQL Server from another computer?

    If you want to connect to SQL server remotly you need to use a software - like Sql Server Management studio. The computers doesn't need to be on the same network - but they must …

  2. Accessing SQL Server over an SSH tunnel - Stack Overflow

    In my development shop, we deploy code on virtual servers that sit on a remote network. We access the machines on that network by first opening an SSH connection to a gateway server, …

  3. Accessing SQL Server remotely using Windows Authentication

    Aug 12, 2020 · I also configured my setup using this guide. I was able to connect using SQL Server Authentication. However, when I tried connecting using Windows Authentication, I …

  4. How to connect to SQL Server from command prompt with …

    Mar 21, 2014 · Sqlcmd -u username -p password assumes a username & password for the SQL Server already setup Alternatively how can I setup a user account from command prompt? I've …

  5. Unable to connect to SQL Server instance remotely

    Mar 28, 2009 · HKLM\Software\Microsoft\Microsoft SQL Server\MSSQL.1\MSSQLServer\LoginMode Update the value to 2 and restart the Sql Server …

  6. Connect to SSRS from different computer on home network

    May 11, 2022 · 1 I am trying to access the SSRS web portal. I have SQL Server and Report Server installed on laptop with Windows 10. I want to access this from another laptop running …

  7. What is the easiest way to connect to a remote SQL server?

    I know there are many ways to connect, VPN, or command line, or SQL Server Management Studio. What I've been doing normally is to use "Remote Desktop Connection" with Windows, …

  8. Accessing an SQL Server remotely with a C# / Android app client

    Dec 27, 2020 · Moreover, is accessing remotely over the internet an SQL db viable? If not, what would be the correct approach for a client to INSERT/SELECT something in a SQL server …

  9. Not connecting to SQL Server over VPN - Stack Overflow

    Dec 8, 2021 · I have connected for the first time to an existing network over VPN. I can ping the IP address which is used by the SQL Server from the VPN client, but SSMS does not connect to …

  10. Connecting to local SQL Server remotely - Stack Overflow

    Jul 4, 2015 · What to do? How will I be able to access the local machine remotely. I have been trying it all day long. Note: I have installed SQL Server 2008 R2 on local machine. But I have …