If you are using a domain account for scanning SQL Server databases, the syntax of “<domain>\<username>” in the credentials field of the scan will not work. This syntax will cause a login error on the scan.
In order to specify the domain, it must be included in the database connection string using the following syntax:
SQLSERVER://<server>:<port>/<database>;domain=<domain>