I have installed SQL Server Express Edition using SQLServer2005_SSMSEE.msi.
All was fine.
But, when I managed to connect to the server when
I choosed <browse for more ...> in the server name combo
the application was unable to find a server (either local or remote. I think that the server should be a local one if I installed it locally on the machine).
I tried many combinations for the server name based on the machine and domain name:
MACHINE
MACHINE\MACHINE
DOMAIN\MACHINE
but all the times the following error occured:
TITLE: New Server Registration
Testing the registered server failed. Verify the server name, login credentials, and database, and then click Test again.
ADDITIONAL INFORMATION:
An error has occurred while establishing a connection to the 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. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 2)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=2&LinkId=20476
BUTTONS:
OK
Can anyone help me to register a server?
Thanks,
Radu
Hi.
Try " (local)\SQLEXPRESS"
The default instant name of Sql Server 2005 Express Edition is SQLEXPRESS (case-insensitive)
".\SQLEXPRESS" Will work if you have TCP/IP access enabled (See your SQL Server service manager)
MACHINE\SQLEXPRESS should work too.
Hope this helps
|||I having issues with SQL Express remote issues, I have turned remote on in the area configuration and enabled all protocols.
MachineName/SQLEXPRESS on remote machines worked for about a day and than on remote machines in the network no longer can use the Management tool to see SQL engine. I checked and the MachineName/SQLEXPRESS is definitely registered.
Everything seems to work as expected on the local machine. The puzzeling thing is it did work for about a day and nothing changes on the network.
Any help would be very appreciated
No comments:
Post a Comment