0
votes

I am getting below error while enabling stats on Azure Sql DatawareHouse. Using below command

alter database [DatabaseName] set auto_create_statistics ON

Msg 104434, Level 16, State 1, Line 26 This option is not supported in PDW.

I checked database version :

Microsoft Azure SQL Data Warehouse - 10.0.1091.15 Apr 4 2018 05:52:44

I tried to enable stats on another instance of Azure SQL DWH and it worked fine there. The only difference I could find is database version:

Microsoft Azure SQL Data Warehouse - 10.0.1091.36 Apr 30 2018 19:33:29

If this could be the reason then how to upgrade version for Azure SQL Data Warehouse?

1

1 Answers

0
votes

For security reasons, upgrades to SQL Data Warehouse do not occur at the same time everywhere. Greater user control is something that the team is working on as a customer scenario. In the mean time, you can attempt a pause then resume operation and see if your instance is available for an upgrade.