I have an MSSQL instance running on a Windows host, and would like to have a Raspberry Pi running node-red save data to this database.
I've tried the node-red-contrib-mssql node and it seems to come close, but the SQL Server is refusing the connection, for one reason or the other depending on how I've set up the node. Most recent error is 'login failed for user mjmain/mpi'.
On the SQL side I've tried SQL/Mixed authentication, new logins, and configuring remote access through TCP, but I've had no luck.
Has anyone successfully used this node in this environment?