DB Connector Create Account Json for SQL Server
Hi Team,I have configured a DB connector for SQL server with the CREATEACCOUNTJSON query below.{ "CreateAccountQry": [ "CREATE LOGIN ${accountName} WITH PASSWORD = '${randomPassword}'" ]}When I try to access using JIT the account is not ...