I have issue trying to connect SQL Server (Window Authentication) on Alteryx Server. I use below string to connect.
odbc:Driver=SQL Server;Server=myServerAddress;Database=myDataBase;Trusted_Connection=yes;
It worked fine on Alteryx desktop but have error when I published the workflow to Server. I added the connection to Server but still didn't work.
"Server does not exist or access denied".