Here's my connection string
Server=XXX.XXX.XXX.XXX\SQLExpress;Database=inspection;User Id=sa;Password=xxx;
I'm getting an error that it couldn't connect, but when I use connection string like this
Server=.\SQLExpress;Database=inspection;User Id=sa;Password=xxx;
it connects successfully, I don't know whats problem (the Ip is correct)