Hi there! We're trying to setup a dsn-less connection to SQL server for use with the Alteryx Server.
odbc:Driver={SQL Server Native Client 11.0};Server=server,port;DATABASE=dbname;Uid=username;Pwd=password;Trusted_Connection=yes;
The use case is that people without normal access to the SQL table can still run the workflow. We setup a SQL Server authenticated user and embedded into the connection string.
When people run the workflow though, their own credentials seem to override the embedded connection. Since they don't have access, the workflow fails.
Anyone have suggestions or see what we're doing wrong?
Thanks!