Msg 46519, Update Statistics are not supported with external tables. [SQLSTATE 42000] (Error 50000)
SQL Server 2019 Developer Edition
Version of the script
2020-01-26 14:06:53
What command are you executing?
EXECUTE dbo.IndexOptimize
@databases = 'USER_DATABASES',
@FragmentationLow = NULL,
@FragmentationMedium = NULL,
@FragmentationHigh = NULL,
@UpdateStatistics = 'ALL',
@OnlyModifiedStatistics = 'N',
@LogToTable='Y'
What output are you getting?
Msg 46519, Update Statistics are not supported with external tables. [SQLSTATE 42000] (Error 50000)