Add support for ApplicationIntent=ReadOnly in MS SQL Server connector
Hello, some databases are configured to access only in read mode, in particular databases with lots of transactions can have different instances, one of those dedicated for BI products to read from there.
The access to this databases requires to define the connection as ReadOnly, in OnPremise versions we could set this property configuring an ODBC connector in windows:
And just use the ODBc connector in Qlik Sense.
In cloud we can't access the ODBC connector so to configure this kind of connection we will need to set this property in the SQL Server connection as we can do in the odbc but I didn't see any way to configure this.
Asking to support the answer was that "The functionality you mention is currently not supported".
Try adding the setting below to the Advanced section of the data connection:
Name:Application_Intent(Note the underscore between Application and Intent) -and- Value: ReadOnly(No separator between Read and Only) as shown in the screenshot below. Hope this helps!
After some tries combining values on Name and Value without success I openend a question in the community, and without answer I opened a support case and the aswer was: "The functionality you mention is currently not supported. You would need to make a feature request for this please refer to this article", I started the idea because of that.