I've been trying to install a SQL Server database at my office. For this I created a new database in SQL Server Management Studio and I created a login for the server. I created a user in the database for this login and a password.
When I try to access this database with this user it works perfectly on my computer but when I try with the same connection string on an other computer connected to the domain it does not work.
The error message I'm getting is :
error: 40 - Could not open a connection to SQL Server
Here is the connection string I'm using :
Data Source=2PSVRG3;Initial Catalog=dbName;User ID=userName;Password=******