all groups > sql server new users > october 2007 >
You're in the

sql server new users

group:

(local) problem


Re: (local) problem Andrew J. Kelly
10/3/2007 5:14:59 PM
sql server new users:
It has nothing to do with Express really it is the fact you have more than 1
SQL Server instance on the server. By default the 1st instance is the
"Default" instance and takes on the name of the server. Any additional
instances must be "Named" Instances which are referenced by using the server
name and the instance name. (Local) only applies to a default instance. The
bottom line is that you need a way to tell one instance from another and
that is what the named instances do. Have a look in BOL for more details but
here are some links specific to Express that may be helpful:

http://msdn2.microsoft.com/en-us/library/ms345154.aspx Express Overview
http://msdn2.microsoft.com/en-us/library/ms165672.aspx Comparing Express
with MSDE
http://msdn2.microsoft.com/en-us/library/bb264564.aspx User Instances
http://betav.com/blog/billva/2006/06/getting_and_staying_connected.html
Getting & Staying Connected
http://msdn2.microsoft.com/en-us/library/ms345318.aspx Tutorial on
connecting
http://www.datamasker.com/SSE2005_NetworkCfg.htm Configuring Express
for Remote Access
https://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx
Configuring Remote Access
http://www.kbalertz.com/Feedback_914277.aspx Configuring SQL2005 for
remote access
http://msdn2.microsoft.com/en-us/library/bb264562.aspx Embedding Express in
Apps
http://www.microsoft.com/downloads/details.aspx?FamilyID=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796&DisplayLang=en
SSMS Express
http://blogs.msdn.com/rogerwolterblog/archive/2006/04/13/575974.aspx
Backing up Express

--
Andrew J. Kelly SQL MVP
Solid Quality Mentors


[quoted text, click to view]
(local) problem Andrew Kennard
10/3/2007 8:33:51 PM
Hi All

I have one machine that has the SQL Dev edition on and another that uses SQL
Express

On the SQL Dev machine using a server name of (local) works fine

On the machine that uses SQL Express this does not work and I have to use
COMPUTERNAME\SQLEXPRESS

Any idea on why this might be ?

Can SQL express be connected to using (local) ?

Thanks in advance

Andrew

Re: (local) problem Andrew Kennard
10/4/2007 8:02:13 AM
Andrew

Thanks for your reply.

Sorry I should have been clearer both these machines are stand alone and not
connected to a server

When Express is installed it sounds like it matters wether the "enable user
instances" is checked ?

Thanks

Andrew



[quoted text, click to view]

Re: (local) problem Andrew Kennard
10/4/2007 8:27:48 AM
Just de installed and reinstalled express without the user instances box
checked but no difference ?

Thanks

Andrew

[quoted text, click to view]

Re: (local) problem Andrew Kennard
10/4/2007 8:52:50 AM
Found it ! Reinstalled again and checked box that hides advanced options

The then gives you a wizard page to install the default instance which means
(loacl) now works

Thanks


[quoted text, click to view]

Re: (local) problem Andrew J. Kelly
10/4/2007 9:37:07 AM
By server I meant the machine the SQL Instances are running on. To SQL
Server that is the server.

--
Andrew J. Kelly SQL MVP
Solid Quality Mentors


[quoted text, click to view]
Re: (local) problem Andrew J. Kelly
10/4/2007 9:39:17 AM
What you have done is removed all the instances (two in your case) and
reinstalled just the Express and made it the default instance. That will
allow you to use LOCAL but why is that so important? You really should get
in the habit of using the instance name or just the machine name if it is
the default instance. That way you treat them all the same more of less.

--
Andrew J. Kelly SQL MVP
Solid Quality Mentors


[quoted text, click to view]
AddThis Social Bookmark Button