tags:

views:

15

answers:

1

This is local connection for my DB

<add name="connectionString" connectionString="Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=ViaMura;Data Source=.\SQL2008" providerName="System.Data.SqlClient"/>

Can i connect to the same DB in different windows by IP? I want to connect by windows authorization not by username and password. Is that possible?

A: 

Assuming the proper ports are open, yes. The credentials are transmitted via NTLM authentication, I think.

Dark Falcon
yes the ports are open. I try like Data Source=192.168.2.5\SQL2008 but not working
senzacionale