url=jdbc:sqlserver:// SQL_ServerA_FQDN\\instance_name:port;databaseName\= vcdb_name;
failoverPartner\=SQL_ServerB_FQDN\\instance_name;integratedSecurity\=true;
driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
dbtype=mssql
Note: The integratedSecurity\=true implies that Windows authentication is used for the vCenter Server database. Changing this to false forces SQL authentication.