About 50 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. How to connect to SQL Server from command prompt with …

    Mar 21, 2014 · 24 How can I connect to SQL Server from command prompt using Windows authentication? This command Sqlcmd -u username -p password assumes a username & …

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

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

  6. Access mysql remote database from command line - Stack Overflow

    Apr 8, 2013 · I have a server with Rackspace. I want to access the database from my local machine command line. I tried like: mysql -u username -h my.application.com -ppassword But …

  7. Writing a connection string to access a remote SQL Server database

    May 23, 2013 · My database is hosted on a remote server. I need to write the connection string which I have to include in the web.config file.

  8. Unable to connect to SQL Server instance remotely

    Mar 28, 2009 · Ah, sorry I didn't realize the link had the same basic steps. You don't need SSMS necessarily because it is essentially a client application that connects to the server to allow …

  9. How to connect to SQL Server Analysis Services from SSMS remotely

    Dec 4, 2022 · 2 My SQL Server Analysis Services is hosted and accessed in local network. I am trying to connect to SSAS remotely from SSMS within the network. But I do not see an option …

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