I connect to sql server express by this string Data Source=192.168.1.124\SQLEXPRESS;user id=sa;Persist Security Info=false;password=xxxx;Initial Catalog=dbGestioneScorte;Integrated Security=false; It work fine only on a roter, bat it NOT work on two different rooter, on this rooter i can ping the server but i can't connet by sql client. I change every roter parameter but notthing change. Plese help me to debug it.
If you are connecting to SQL Server Express you should enable remote connections using Surface Area Configuration Tool ( see http://www.datamasker.com/SSE2005_NetworkCfg.htm ) or check whether firewalls are not blocking your connections.
Do you have any error message, or Windows event logs?ChunSong Feng
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.