Hi all,
In the past day all of our scripts that talk to our Microsoft SQL Server are now failing to connect.
This line used to work -
var conn = Jdbc.getConnection("jdbc:sqlserver://***.***.***.***;databaseName=***;user=***;password=***;");
But now it gets this error -
Failed to establish a database connection. Check connection string, username and password.
Is anyone else experiencing this?
Thanks,
Matt