all groups > sql server new users > january 2005 >
You're in the

sql server new users

group:

Named Instances on SQL 2000 Developer Edition


Named Instances on SQL 2000 Developer Edition Charles Allen
1/3/2005 3:47:36 PM
sql server new users: I've got SQL 2000 Developer edition installed on Windows XP Pro.

I'm trying to create a new instance. It seems to install fine but it always
returns an error saying it could not connect. I've noticed when I read the
log file that the password it used to connect is blank, even though I set
one in the installation.

I've tried specifying and not specifying a port number.

The instance never appears in add/remove programs which I think it's
supposed to do.

I read an article (888228) that seems to address the issue. However, it
refers to specifying information and I can't figure out where you're
supposed to put that text.

Thank you for any help.

Charles



Re: Named Instances on SQL 2000 Developer Edition Derrick Leggett
1/3/2005 4:44:00 PM
Go to Services and make sure the instance is installed and actually started.
You should see a service called MSSQL$InstanceName Started. Then go to the
Microsoft SQL Server folder under Programs, click on Server Network Utility
and make sure the TCP/IP port for that instance is enabled. If not, enable
it. Also, verify the port number. If that doesn't work, let us know how
you are trying to connect and the exact error you are getting. You also
might want to enable named pipes just for fun and see if that helps.



[quoted text, click to view]

Re: Named Instances on SQL 2000 Developer Edition Fredrik Wahlgren
1/3/2005 11:27:38 PM

[quoted text, click to view]

Are you doing some kind of remote installation?

/ Fredrik

Re: Named Instances on SQL 2000 Developer Edition Cristian Lefter
1/4/2005 12:52:20 AM
Usually with named instances you have to use "computername\instancename"
instead of "computername" (used for a default instance).
Since your problem is missing some details I recommend additional support
and msdn pages that may help:
"Working with Multiple Instances"
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/architec/8_ar_cs_9s4z.asp
Potential causes of the "SQL Server does not exist or access denied" error
message http://support.microsoft.com/kb/328306
"INF: How to Connect to an SQL Server 2000 Named Instance with the Previous
Version's Client Tools"
http://support.microsoft.com/default.aspx?scid=kb;en-us;265808
"Connecting to Multiple Instances of SQL Server"
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adosql/adoprg01_3auq.asp

- Cristian

[quoted text, click to view]

AddThis Social Bookmark Button