From: Goldrake on
I know that for connect to wss db on the local machine I need to use this
string:

\\.\pipe\mssql$microsoft##ssee\sql\query

but how can connect to a wss db from another pc if on the server there is no
the sql server management studio installed ?

Thank you



From: Benjamin Athawes on
Goldrake,

I believe you need to install the SQL Server client tools.

Go to run an installation of SQL server as normal on your other PC, but
instead of choosing typical options only select to install the client tools.

HTH.

"Goldrake" wrote:

> I know that for connect to wss db on the local machine I need to use this
> string:
>
> \\.\pipe\mssql$microsoft##ssee\sql\query
>
> but how can connect to a wss db from another pc if on the server there is no
> the sql server management studio installed ?
>
> Thank you
>
>
>
> .
>
From: Goldrake on
I have already installed the client tools but I don't understand which
database name and I account name/password I need to insert in the connection
window.

When I connect locally, I use "Windows Authentication" and
"\\.\pipe\mssql$microsoft##ssee\sql\query" for database name.

But I don't know what to use when I connect from remote pc.

Thank you

"Benjamin Athawes" <BenjaminAthawes(a)discussions.microsoft.com> ha scritto
nel messaggio news:359EFE35-D2F6-4626-AE6B-FCD1DB7521C8(a)microsoft.com...
> Goldrake,
>
> I believe you need to install the SQL Server client tools.
>
> Go to run an installation of SQL server as normal on your other PC, but
> instead of choosing typical options only select to install the client
> tools.
>
> HTH.
>
> "Goldrake" wrote:
>
>> I know that for connect to wss db on the local machine I need to use this
>> string:
>>
>> \\.\pipe\mssql$microsoft##ssee\sql\query
>>
>> but how can connect to a wss db from another pc if on the server there is
>> no
>> the sql server management studio installed ?
>>
>> Thank you
>>
>>
>>
>> .
>>