About 1,060,000 results
Open links in new tab
  1. Unable to connect to SQL Server instance remotely

    Mar 28, 2009 · So I can't connect with my normal remote desktop details then? I haven't set up any details to connect to the SQL Server instance because the SSMS installation fails as well! …

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

  3. What is the T-SQL syntax to connect to another SQL Server?

    Jun 20, 2015 · 27 Update: for connecting to another sql server and executing sql statements, you have to use sqlcmd Utility. This is typically done in a batch file. You can combine this with …

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

  5. Connecting Python to Remote SQL Server - Stack Overflow

    Mar 22, 2021 · I am trying to connect Python to our remote SQL Server but I am not getting it. Following is a code that I used. server = 'server,1433' database = 'db' username = 'username' …

  6. Connect to remote sql database using excel - Stack Overflow

    Here is an article by Lean Software demonstrating the steps to securley connect Excel to a remote Web Server to either Report/Edit/Transfer data. The article refers to the EDT Excel tool …

  7. Cannot connect to remote SQL Database with SQL Server …

    May 8, 2013 · I have opened up port 1433 on my firewall, but every time I try and connect to my remote SQL Database with SQL Server Management Console I receive (Microsoft SQL …

  8. database connection - Cannot connect remotely to SQL Server …

    Aug 18, 2023 · 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. (provider: TCP …

  9. Cannot connect remotely to a SQL Server named instance

    Have you tried using the [server ip address] to the remote servers? If you can use the IP address and cannot use the server name, then it's likely the server's aren't publishing their name on the …

  10. database connection - Cannot Connect to Server - A network …

    First, make sure your database engine is configured to accept remote connections: Start > All Programs > SQL Server 2005 > Configuration Tools > SQL Server Surface Area Configuration …