Try this:
Data Source=10.0.0.25\SqlExpress; Catelog=FWR; User Name=user name of the sql server; Password=password;
Before that configure the Sql Server to allow remote connections using Sql Server Surface Area Configuration Utility.
In addition using SSMS set the Authentication mode to Mixed Mode.
If you want to use integrated security then the remote pc must grant access to ur local system account as well as the Sql Server instance.
|