Error Has Occurred While Establishing A Connection To SQL Server 2005 Which Does Not Allow Local and Remote Connections Si è verificato un errore mentre stabilendo una connessione a SQL Server 2005, che non permette locali e connessioni remote

When connecting to an instance of Microsoft SQL Server 2005 database, including SQL Server 2005 Express, Developer and Enterprise editions, for authentication or accessing and retrieving and updating the data, the the following error message may appear. Quando ci si collega ad un 'istanza di Microsoft SQL Server 2005 database, tra cui SQL Server 2005 Express, sviluppatori e Enterprise, per l'autenticazione o l'accesso e il recupero e l'aggiornamento dei dati, il seguente messaggio di errore può essere visualizzato. The problem happens no matter the connection is originated from remote computer or on SQL Server local computer itself, and can be caused by any program, such as SQLCMD utility, used to connect to SQL Server. Il problema succede non importa la connessione è nato da computer remoto o su SQL Server computer locale per sé, e può essere causato da qualsiasi programma, come ad esempio SQLCMD utilità, utilizzato per connettersi a SQL Server.

Sqlcmd: Error: Microsoft SQL Native Client: An error has occurred while establishing a connection to the server. SQLCMD: Errore: Microsoft SQL Native Cliente: Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote.


Or, O,

An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 2) (provider: Named Pipe Provider, errore: 40 - Impossibile aprire una connessione a SQL Server) (Microsoft SQL Server, Errore: 2)

This problem may occur when SQL Server 2005 is not configured to accept incoming local and remote connections, which is disabled by default in SQL Server 2005 Express Edition, SQL Server 2005 Developer Edition and also SQL Server 2005 Enterprise Edition. Questo problema può verificarsi quando SQL Server 2005 non è configurato per accettare in ingresso locali e connessioni remote, che è disattivata per impostazione predefinita in SQL Server 2005 Express Edition, SQL Server 2005 Developer Edition e SQL Server 2005 Enterprise Edition. To solve the connection forbidden problem, SQL Server 2005 needs to configure to allow incoming local and remote connections. Per risolvere il problema di connessione vietato, SQL Server 2005 deve configurare per consentire in arrivo locale e connessioni remote.

Firstly, ensure that SQL Server 2005 is configured properly to allow incoming connections on the instance of database server, else enable and turn on the local and remote connections setting. In primo luogo, garantire che SQL Server 2005 è correttamente configurato per consentire connessioni in entrata sulla istanza di server di database, il resto e consentire loro volta in locale e connessioni remote.

  1. Click Start button, then go to Programs or All Programs, then select Microsoft SQL Server 2005 , followed by Configuration Tools . Fare clic su pulsante Start, quindi vai a Programmi o Tutti i programmi, quindi selezionare Microsoft SQL Server 2005, seguita da strumenti di configurazione. Click and run the SQL Server Surface Area Configuration . Fare clic sul pulsante ed eseguire l'SQL Server Surface Area Configuration.
  2. On the “SQL Server 2005 Surface Area Configuration” page, click Surface Area Configuration for Services and Connections . In merito alla "SQL Server 2005 Superficie di configurazione" a pagina, fare clic su Superficie di configurazione per i servizi e le connessioni.
  3. On the “Surface Area Configuration for Services and Connections” page, expand Database Engine tree, click Remote Connections . Sulla "superficie di configurazione per i servizi e Connessioni" pagina, espandere il motore di database fare clic su connessioni remote.
  4. Select Local and remote connections , or Local connections only which applicable only if there is no remote system tries to connect to the SQL Server, useful when you just trying to connect and authenticate with the server after installing. Seleziona locali e connessioni remote, o le connessioni locali che solo applicabile solo se non vi è alcun sistema remoto tenta di connettersi a SQL Server, utile solo quando si tenta di connettersi e di autenticazione con il server dopo l'installazione.
  5. Select the appropriate protocol to enable to local and/or remote connections environment. Selezionare il protocollo appropriato per consentire a enti locali e / o connessioni remote ambiente. To ensure maximum compatibility, select Using both TCP/IP and named pipes . Per garantire la massima compatibilità, selezionate utilizzando sia il protocollo TCP / IP e named pipe.
  6. Click Apply button when done. Fare clic su Applica pulsante quando fare.
  7. Click OK button when prompted with the message saying that “Changes to Connection Settings will not take effect until you restart the Database Engine service.” Fare clic su OK quando richiesto con il messaggio dicendo che "cambia in Impostazioni connessione non avrà effetto fino al riavvio del motore di database di servizio".
  8. On the “Surface Area Configuration for Services and Connections” page, expand Database Engine , then click Service . Sulla "superficie di configurazione per i servizi e Connessioni" pagina, espandere il motore di database, quindi fare clic su Servizio.
  9. Click Stop button to stop the SQL Server service. Fare clic su pulsante Stop per arrestare il servizio SQL Server.
  10. Wait until the MSSQLSERVER service stops, and then click Start button to restart the MSSQLSERVER service. Attendere fino a quando il servizio MSSQLServer si ferma, quindi fare clic sul pulsante Start pulsante di accensione per riavviare il servizio MSSQLServer.

Secondly, SQL Server Browser service has to be enabled to allow for local and remote connections if SQL Server 2005 is running by using an instance name and users are not using a specific TCP/IP port number in the connection string. In secondo luogo, SQL Server servizio Browser deve essere abilitato per consentire per gli enti locali e connessioni remote, se SQL Server 2005 è in esecuzione utilizzando un nome e gli utenti non si utilizza una specifica porta TCP / IP numero nella stringa di connessione.

  1. Click Start button, then go to Programs or All Programs, then select Microsoft SQL Server 2005 , followed by Configuration Tools . Fare clic su pulsante Start, quindi vai a Programmi o Tutti i programmi, quindi selezionare Microsoft SQL Server 2005, seguita da strumenti di configurazione. Click and run the SQL Server Surface Area Configuration . Fare clic sul pulsante ed eseguire l'SQL Server Surface Area Configuration.
  2. On the “SQL Server 2005 Surface Area Configuration” page, click Surface Area Configuration for Services and Connections . In merito alla "SQL Server 2005 Superficie di configurazione" a pagina, fare clic su Superficie di configurazione per i servizi e le connessioni.
  3. On the “Surface Area Configuration for Services and Connections” page, click SQL Server Browser . Sulla "superficie di configurazione per i servizi e Connessioni" pagina, fare clic su SQL Server Browser.
  4. Select Automatic as the Startup type to start SQL Server Browser service automatically every time system starts. Seleziona Automatico come Tipo di avvio per avviare SQL Server servizio Browser automaticamente ogni volta che inizia sistema.
  5. Click Apply button. Fare clic su pulsante Applica.
  6. Click on Start button to start the service immediately. Fare clic sul pulsante Start per avviare il servizio immediatamente.
  7. Click OK button. Fare clic su OK.

Finally, if remote computer needs to connect and access SQL Server, an exceptions in Windows Firewall included in Windows XP SP2 (Service Pack 2), Windows Server 2003 and Windows Vista needs to be created. Infine, se ha bisogno di computer remoto di connettersi e di accesso di SQL Server, uno eccezioni in Windows Firewall incluso in Windows XP SP2 (Service Pack 2), Windows Server 2003 e Windows Vista ha bisogno di essere creato. If you’re using third-party firewall system, the exception rules also needed to be created to allow external remote connections to the SQL Server 2005 and SQL Server Browser Service to communicate through the firewall, else connections will be blocked. Se si sta utilizzando firewall di terze parti del sistema, l'eccezione anche le norme necessarie per essere creato per permettere connessioni remote esterne a SQL Server 2005 e SQL Server Browser servizio per comunicare attraverso il firewall, gli altri collegamenti verranno bloccati. Consult the firewall manual for more details. Di consultare il manuale del firewall per ulteriori dettagli. Each instance of SQL Server 2005 must have its own exception, together with an exclusion for SQL Server Browser service. Ogni istanza di SQL Server 2005 devono disporre di un proprio eccezione, insieme ad una esclusione per SQL Server Browser servizio.

SQL Server 2005 uses an instance ID as part of the path when you install its program files. SQL Server 2005 utilizza un ID istanza come parte del percorso quando si installa il suo file di programma. To create an exception for each instance of SQL Server, you must identify the correct instance ID. Per creare un'eccezione per ogni istanza di SQL Server, è necessario individuare la corretta ID istanza. To obtain an instance ID, follow these steps: Per ottenere un ID istanza, attenersi alla seguente procedura:

  1. Click Start button, then go to Programs or All Programs, then select Microsoft SQL Server 2005 , followed by Configuration Tools . Fare clic su pulsante Start, quindi vai a Programmi o Tutti i programmi, quindi selezionare Microsoft SQL Server 2005, seguita da strumenti di configurazione. Click and run the SQL Server Configuration Manager . Fare clic sul pulsante ed eseguire l'SQL Server Configuration Manager.
  2. In “SQL Server Configuration Manager”, click the SQL Server Browser service in the right pane, right-click the instance name in the main window, and then click Properties . In "SQL Server Configuration Manager", fare clic su SQL Server Browser servizio nel riquadro di destra, fai clic destro il nome nella finestra principale, quindi fare clic su Proprietà.
  3. On the “SQL Server Browser Properties” page, click the Advanced tab, locate the instance ID in the property list. In merito alla "SQL Server Browser Proprietà" pagina, fare clic sulla scheda Avanzate, individuare l'istanza ID nel plist.
  4. Click OK button. Fare clic su OK.

Then create an exception for SQL Server 2005 in Windows Firewall. Quindi creare un'eccezione per SQL Server 2005 in Windows Firewall.

  1. Click on Start button, the click on Run and type firewall.cpl , and then click OK. Fare clic sul pulsante Start, fare clic sul il Esegui e digitare firewall.cpl, quindi fare clic su OK. For Windows Vista, type firewall.cpl in Start Search box and press Enter key, then click on Allow a program through Windows Firewall link on left tasks pane. Per Windows Vista, digitare firewall.cpl nella casella Inizia la ricerca e premere il tasto Invio, quindi fare clic su Consenti a un programma di Windows Firewall tramite collegamento a compiti riquadro a sinistra.
  2. In “Windows Firewall”, click the Exceptions tab, and then click Add Program . In "Windows Firewall", fare clic sulla scheda Eccezioni, quindi fare clic su Aggiungi programma.
  3. In the “Add a Program” window, click Browse button. In "Aggiungi un programma" finestra, fare clic su pulsante Sfoglia.
  4. Click the C:\Program Files\Microsoft SQL Server\ MSSQL.1 \MSSQL\Binn\sqlservr.exe executable program, click Open button. MSSQL.1 with is a placeholder for the instance ID that is obtained from previous procedure. Fare clic su C: \ Program Files \ Microsoft SQL Server \ MSSQL.1 \ MSSQL \ Binn \ Sqlservr.exe programma eseguibile, fare clic su pulsante Apri. MSSQL.1 con è un segnaposto per l'ID istanza che si ottiene dalla precedente procedura. Note that the path may be different depending on where SQL Server 2005 is installed. Si noti che il percorso può essere diverso a seconda di dove SQL Server 2005 è installato.
  5. Click OK button. Fare clic su OK.
  6. Repeat steps 1 through 5 for each instance of SQL Server 2005 that needs an exception. Ripetere i passaggi da 1 a 5 per ogni istanza di SQL Server 2005 che ha bisogno di una eccezione.
  7. For SQL Server Browser service, locate the C:\Program Files\Microsoft SQL Server\90\Shared\sqlbrowser.exe executable program, and click Open button. Per SQL Server Browser servizio, individuare la cartella C: \ Program Files \ Microsoft SQL Server \ 90 \ Shared \ sqlbrowser.exe programma eseguibile, e fare clic su pulsante Apri.
  8. Click OK button. Fare clic su OK.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale inglese whenever possible. quando possibile.

Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .



2 Responses to “Error Has Occurred While Establishing A Connection To SQL Server 2005 Which Does Not Allow Local and Remote Connections” 2 risposte a "Si è verificato un errore mentre stabilendo una connessione a SQL Server 2005, che non permette locali e connessioni remote"

  1. Angel Angelo
    April 17th, 2008 02:34 17 aprile 2008 02:34
    1

    Thank you for this. Vi ringrazio per questo. Very useful. Molto utile.

  2. Vikram D Vikram D
    July 22nd, 2008 23:16 Luglio 22, 2008 23:16
    2

    Thanks! Grazie! Your solution worked fine for me! La vostra soluzione lavorato bene per me! Appreciate all the help! Apprezzare tutto l'aiuto!

Leave a Reply Lasciare una risposta

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> È possibile utilizzare questi tag: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Iscriviti senza commentare


Custom Search

New Articles Nuovi articoli

Incoming Search Terms for the Article Cerca in arrivo Condizioni per l'articolo

An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (provider: Named Pipe Provider, errore: 40 - Impossibile aprire una connessione a SQL Server) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (provider: SQL le interfacce di rete, di errore: 26 - Errore Posizione di Server / grado specificato) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.) (provider: TCP Provider, errore: 0 - Nessun collegamento potrebbe essere fatto perché l'obiettivo della macchina attivamente rifiutato.) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (provider: Named Pipe Provider, errore: 40 - Impossibile aprire una connessione a SQL Server) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (provider: SQL le interfacce di rete, di errore: 26 - Errore Posizione di Server / grado specificato) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: SQL Network Interfaces, error: 25 - Connection string is not valid) (provider: SQL le interfacce di rete, di errore: 25 - stringa di connessione non è valido) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.) (.Net SqlClient Data Provider) (provider: TCP Provider, errore: 0 - Nessun collegamento potrebbe essere fatto perché l'obiettivo della macchina attivamente rifiutato.) (. SqlClient Net Data Provider) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.) (provider: TCP Provider, errore: 0 - Nessun collegamento potrebbe essere fatto perché l'obiettivo della macchina attivamente rifiutato.) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.) (Microsoft SQL Server, Error: 10061) (provider: TCP Provider, errore: 0 - Nessun collegamento potrebbe essere fatto perché l'obiettivo della macchina attivamente rifiutato.) (Microsoft SQL Server, Errore: 10061) - -- An error has occurred while establishing a connection to the server Si è verificato un errore mentre stabilendo una connessione al server - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider) (provider: Named Pipe Provider, errore: 40 - Impossibile aprire una connessione a SQL Server) (. SqlClient Net Data Provider) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: TCP Provider, error: 0 - No such host is known.) (provider: TCP Provider, errore: 0 - n. quali host è noto.) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (provider: Named Pipe Provider, errore: 40 - Impossibile aprire una connessione a SQL Server) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that u Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che u - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. - -- Named Pipes Provider: Could not open a connection to SQL Server [53] Named pipe Provider: Impossibile aprire una connessione a SQL Server [53] - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: TCP Provider, error: 0 - No such host is known.) (provider: TCP Provider, errore: 0 - n. quali host è noto.) - -- provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it provider: TCP Provider, errore: 0 - Nessun collegamento potrebbe essere fatto perché la macchina è attivamente rifiutato - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1) (provider: SQL le interfacce di rete, di errore: 26 - Errore Posizione di Server / grado specificato) (Microsoft SQL Server, Errore: -1) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server (provider: Named Pipe Provider, errore: 40 - Impossibile aprire una connessione a SQL Server - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: SQL Network Interfaces, error: 25 - Connection string is not valid) (provider: SQL le interfacce di rete, di errore: 25 - stringa di connessione non è valido) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.) (Microsoft SQL Server, Error: 10061) (provider: TCP Provider, errore: 0 - Nessun collegamento potrebbe essere fatto perché l'obiettivo della macchina attivamente rifiutato.) (Microsoft SQL Server, Errore: 10061) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: SQL Network Interfaces, error: 25 - Connection string is not valid) (Microsoft SQL Server, Error: 87) (provider: SQL le interfacce di rete, di errore: 25 - stringa di connessione non è valido) (Microsoft SQL Server, Errore: 87) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (.Net SqlClient Data Provider) (provider: SQL le interfacce di rete, di errore: 26 - Errore Posizione di Server / grado specificato) (. SqlClient Net Data Provider) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it. (provider: TCP Provider, errore: 0 - Nessun collegamento potrebbe essere fatto perché l'obiettivo della macchina attivamente rifiutato. - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When conne Quando conne - -- all tutto - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: TCP Provider, error: 0 - No such host is known.) (.Net SqlClient Data Provider) (provider: TCP Provider, errore: 0 - n. quali host è noto.) (. SqlClient Net Data Provider) - -- Named Pipes Provider: Could not open a connection to SQL Server [53]. Named pipe Provider: Impossibile aprire una connessione a SQL Server [53]. - -- SQL Server 2005 Error 53 SQL Server 2005 Errore 53 - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.) (provider: TCP Provider, errore: 0 - Nessun collegamento potrebbe essere fatto perché l'obiettivo della macchina attivamente rifiutato.) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: Shared Memory Provider, error: 40 - Could not open a connection to SQL Server) (provider: la memoria condivisa Provider, errore: 40 - Impossibile aprire una connessione a SQL Server) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: SQL Network Interfaces, error: 28 - Server doesn't support requested protocol) (provider: SQL le interfacce di rete, di errore: 28 - Server non supporta il protocollo richiesto) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (provider: SQL le interfacce di rete, di errore: 26 - Errore Posizione di Server / grado specificato) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it (provider: TCP Provider, errore: 0 - Nessun collegamento potrebbe essere fatto perché la macchina è attivamente rifiutato - -- provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it. provider: TCP Provider, errore: 0 - Nessun collegamento potrebbe essere fatto perché l'obiettivo della macchina attivamente rifiutato. - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.) (provider: TCP Provider, errore: 0 - Nessun collegamento potrebbe essere fatto perché l'obiettivo della macchina attivamente rifiutato.) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: SQL Network Interfaces, error: 25 - Connection string is not valid) (provider: SQL le interfacce di rete, di errore: 25 - stringa di connessione non è valido) - -- an error occurred while establishing a connection to the server. si è verificato un errore mentre stabilendo una connessione al server. when connecting to SQL Server 2005 quando ci si collega a SQL Server 2005 - -- Named Pipes Provider: Could not open a connection to SQL Server [53]. Named pipe Provider: Impossibile aprire una connessione a SQL Server [53]. - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connection to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando la connessione a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (provider: SQL le interfacce di rete, di errore: 26 - Errore Posizione di Server / grado specificato) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connection to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando la connessione a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (provider: Named Pipe Provider, errore: 40 - Impossibile aprire una connessione a SQL Server) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: SQL Network Interfaces, error: 25 - Connection string is not valid) (.Net SqlClient Data Provider) (provider: SQL le interfacce di rete, di errore: 25 - stringa di connessione non è valido) (. SqlClient Net Data Provider) - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53) (provider: Named Pipe Provider, errore: 40 - Impossibile aprire una connessione a SQL Server) (Microsoft SQL Server, Errore: 53) - -- hen connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. gallina collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. - -- hen connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections gallina collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: Shared Memory Provider, error: 40 - Could not open a connection to SQL Server) (provider: la memoria condivisa Provider, errore: 40 - Impossibile aprire una connessione a SQL Server) - -- an error occurred while establishing a connection to the server si è verificato un errore mentre stabilendo una connessione al server - -- An error has occurred while establishing a connection to the server. Si è verificato un errore mentre stabilendo una connessione al server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Quando si collega a SQL Server 2005, questo fallimento può essere causato dal fatto che sotto le impostazioni di default di SQL Server non permette connessioni remote. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (provider: Named Pipe Provider, errore: 40 - Impossibile aprire una connessione a SQL Server) - --