Hello!
I'm having trouble running a SQL Server query through my on-premises data gateway.
I can use the built-in "Get Rows" function to successfully return a set of rows, but I need to run a complex query that joins across several tables. When I try "Execute a SQL Query", it falls over with the following error:
{
"status": 400,
"message": "Gateway ExecutePassThroughNativeQueryAsync\r\nclientRequestId: 0a3e8a93-45a6-4f29-ad28-d4375b6963a7",
"source": "sqlconnectionprovider-westus.tip0-westus.p.azurewebsites.net"
}
Has anybody seen this before? Any recommendations on how to solve this?