|
Posted by Jens on 10/21/16 11:36
YOu can connect to SQL Server without having a domain integration, but
yxou cannot use integrated authentication across the computers because
the SQL Server can´t trust these unknown and unreliable machines. If
you want to use SQl Server authentication you have to include the
UserId and the Password tag within the Connection string.
>From Connectionstrings.com:
"Data Source=Aron1;Initial Catalog=pubs;User Id=sa;Password=asdasd;"
HTH, Jens Suessmeyer.
Navigation:
[Reply to this message]
|