Hi,
My Sqlserver in on a local windows 2003server which is
connected in Lan and
internet connection is through
Router
And i have to access its Database through internet or
Remote connection.
Suppose my internet provider ip address is 192.178.12.101
and
My local windows server 2003 lan ip address is
192.148.1.86
So what will be my connection string
Thanking You
email add: [email protected]
Loading
Niradhip ChakrabortyPosted Aug 26, 2009, 4:54 AM
along with give userId and password in connection string.
CheckOut one demo connection string with Ip address below.
server=192.168.0.15,1433;uid=sa;pwd=gessbt;database=Booth Tracker;Max Pool Size=500;Connect Timeout=5000;
Niradhip ChakrabortyPosted Aug 26, 2009, 7:18 AM
manish meshramPosted Aug 26, 2009, 6:33 AM
My local machine which is connected to the router Ip Address is= 192.168.1.81
At port No=1433
Plz help me,
tell how to connect to my sqlserver.
Thanks for help in advance