Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.
Please consider addressing the following when creating your topic:
What have you tried? Local login works (can’t use in higher environments)
What errors did you face (share screenshots)? No errors, just need recommendation / step to connect some other way.
Share the details of your efforts (code / search query, workflow json etc.)?
What is the result you are getting and what were you expecting? Steps to connect other that using local MS SQL server account.
We were able to connect from our VA’s to a MS SQL Server in our DEV environment. Unfortunately, a local account on the MS SQL Server is NOT allowed in our higher environments. As such, we need to configure our VA’s to connect to our MS SQL Server some other way. Please provide detailed steps on how to connect from our VA’s that will NOT be overwritten with the next VA update.
I never tried it through ISC but with my knowledge atleast you need a Mixed Mode authentication setup in SQL Server to allow Windows service account to access the DB and it could avoid the local SQL server user. Please look at here Choose an Authentication Mode - SQL Server | Microsoft Learn and it requires a change in MS SQL server setup.