I have a problem connecting to SQL Server Express 2005 from Visual Studio 2008.
This is the connection string...
Public connect As New SqlConnection( _
"Data Source=MERSI_IT_04\SQLEXPRESS;Initial Catalog=MERSIFAM;
Integrated Security=True")
When running locally the connection completes successfully, however when the client running the script there is a connection error.
How can I fix this?