Navigate to Settings → Tools → Self Help Tools → DB Debug.
Select "MS SQL" on the "Select Monitor" Drop-down.
Select the issue reported, MS SQL, on the "Choose the Host" drop-down.
Click Execute.
After it got executed successfully, share the "DB Debug Response" PDF report.
Navigate to Settings → Tools → Self Help Tools → DB Debug.
Select "MS SQL" on the "Select Monitor" Drop-down.
Select "--New Host--" on the "Choose the Host" drop-down.
Provide the hostname (host DNS Name) of the SQL Server-installed machine.
Provide proper credentials.
Click Execute.
After it got executed successfully, share the "DB Debug Response" PDF report.
Error message: Login Failed. The login is from an untrusted domain and cannot be used with Report by providing "IPAddress 
Multi-subnet enabled:
jdbc:sqlserver://HOSTNAME:PORT;databaseName=master;multiSubnetFailover=true;
jdbc:sqlserver://HOSTNAME:PORT;databaseName=master;domain=DOMAINNAME;multiSubnetFailover=true;
Windows Authentication:
jdbc:sqlserver://HOSTNAME:PORT;databaseName=master;domain=DOMAINNAME;integratedSecurity=true;authenticationScheme=NTLM;
jdbc:sqlserver://HOSTNAME:PORT;databaseName=master;domain=DOMAINNAME;integratedSecurity=false;authenticationScheme=NativeAuthentication;
