Using the latest version, I get this error:
Msg 468, Level 16, State 9, Procedure dbo.AzureSQLMaintenance, Line 383 [Batch Start Line 0]
Cannot resolve the collation conflict between "Latin1_General_100_CI_AS_KS_WS_SC" and "Latin1_General_CI_AS" in the equal to operation.
The query I use:
exec AzureSQLMaintenance 'all', @LogToTable=1, @ResumableIndexRebuild=1
Using an older version fixes it. Something related to the User Override options?
Using the latest version, I get this error:
The query I use:
exec AzureSQLMaintenance 'all', @LogToTable=1, @ResumableIndexRebuild=1Using an older version fixes it. Something related to the User Override options?