When I attempt to connect to our Azure Fabric SQL Database with a 3rd Party application, (not SSMS) I get the error:
Table hint NOLOCK is not allowed
Can someone let me know how to fix this issue? Is it possible to fix this issue on the Azure Fabric SQL DB? Or does it need to fixed on the 3rd Party application?
Fabric SQL Database supports NOLOCK, but the SQL Analytics endpoint does not.
So you've hooked the third-party app to the wrong TDS endpoint. You want the endpoint that ends in .database.fabric.microsoft.com
not .datawarehouse.fabric.microsoft.com
.