Home All Groups Group Topic Archive Search About

SQL Express on a small network



Author
13 Mar 2007 5:53 PM
Earl
I have an app that is on a small network. The backend is SQL Express 2005.
The network is connected through a router without a server. Each of the
computers on the network appear in the Explorer browser of the other
computers -- they can share files and printers.

However, when I try to add a login to the SQL Express (Security -> Logins ->
Search), none of the other computers on the network are available when I
click on the Locations button. Any advice on how to "see" the other
Locations?

The server is a named instance ("ComputerXXX\SQLExpress").
Windows Authentication.
Maximum concurrent connections (0).

Author
13 Mar 2007 7:14 PM
Paul Shapiro
If this is a workgroup and not a domain, then the only accounts SQL Express
can use are the accounts on the computer where it's running. The easiest
solution is creating the same accounts, with the same passwords, on all
computers. Or at least put all the accounts on the SQL computer. Windows
automatically tries to use the current username/password when connecting to
another computer in a workgroup.
Paul Shapiro

Show quoteHide quote
"Earl" <brikshoe@newsgroups.nospam> wrote in message
news:uv76DiZZHHA.588@TK2MSFTNGP06.phx.gbl...
>I have an app that is on a small network. The backend is SQL Express 2005.
>The network is connected through a router without a server. Each of the
>computers on the network appear in the Explorer browser of the other
>computers -- they can share files and printers.
>
> However, when I try to add a login to the SQL Express (Security ->
> Logins -> Search), none of the other computers on the network are
> available when I click on the Locations button. Any advice on how to "see"
> the other Locations?
>
> The server is a named instance ("ComputerXXX\SQLExpress").
> Windows Authentication.
> Maximum concurrent connections (0).
Are all your drivers up to date? click for free checkup

Author
13 Mar 2007 8:21 PM
Earl
I'll give that a go. Thanks for the advice Paul. I'll let ya know how that
turns out.

Show quoteHide quote
"Paul Shapiro" <p***@hideme.broadwayData.com> wrote in message
news:%23hftbOaZHHA.3968@TK2MSFTNGP06.phx.gbl...
> If this is a workgroup and not a domain, then the only accounts SQL
> Express can use are the accounts on the computer where it's running. The
> easiest solution is creating the same accounts, with the same passwords,
> on all computers. Or at least put all the accounts on the SQL computer.
> Windows automatically tries to use the current username/password when
> connecting to another computer in a workgroup.
> Paul Shapiro
>
> "Earl" <brikshoe@newsgroups.nospam> wrote in message
> news:uv76DiZZHHA.588@TK2MSFTNGP06.phx.gbl...
>>I have an app that is on a small network. The backend is SQL Express 2005.
>>The network is connected through a router without a server. Each of the
>>computers on the network appear in the Explorer browser of the other
>>computers -- they can share files and printers.
>>
>> However, when I try to add a login to the SQL Express (Security ->
>> Logins -> Search), none of the other computers on the network are
>> available when I click on the Locations button. Any advice on how to
>> "see" the other Locations?
>>
>> The server is a named instance ("ComputerXXX\SQLExpress").
>> Windows Authentication.
>> Maximum concurrent connections (0).
>
>
Author
15 Mar 2007 3:47 PM
Earl
Paul,

This indeed was a good first step. Alas, there were many more steps that I
had to take in order to get connectivity. I'm going to begin a new post
asking for inquiries as to whether I took the correct approach and whether I
did anything needlessly. Thanks for the advice about the workgroups.


Show quoteHide quote
"Paul Shapiro" <p***@hideme.broadwayData.com> wrote in message
news:%23hftbOaZHHA.3968@TK2MSFTNGP06.phx.gbl...
> If this is a workgroup and not a domain, then the only accounts SQL
> Express can use are the accounts on the computer where it's running. The
> easiest solution is creating the same accounts, with the same passwords,
> on all computers. Or at least put all the accounts on the SQL computer.
> Windows automatically tries to use the current username/password when
> connecting to another computer in a workgroup.
> Paul Shapiro
>
> "Earl" <brikshoe@newsgroups.nospam> wrote in message
> news:uv76DiZZHHA.588@TK2MSFTNGP06.phx.gbl...
>>I have an app that is on a small network. The backend is SQL Express 2005.
>>The network is connected through a router without a server. Each of the
>>computers on the network appear in the Explorer browser of the other
>>computers -- they can share files and printers.
>>
>> However, when I try to add a login to the SQL Express (Security ->
>> Logins -> Search), none of the other computers on the network are
>> available when I click on the Locations button. Any advice on how to
>> "see" the other Locations?
>>
>> The server is a named instance ("ComputerXXX\SQLExpress").
>> Windows Authentication.
>> Maximum concurrent connections (0).
>
>

Bookmark and Share