We are facing an issue with Remove account task. We have created DB connector for MSSQL DB and used the JSON for Delete account{"DeleteAccountQry" : [ "USE testdb","DROP USER [${accountName}]","DROP LOGIN [${accountName}]" ]}we have also tried with t...