What is the current behavior? We are logging sp_BlitzFirst to tables with a scheduled job: EXEC sp_BlitzFirst @OutputDatabaseName = 'DBAtools', @OutputSchemaName = 'dbo', @OutputTableName = ...
Additional context Azure Synapse Analytics serverless SQL pools do not support the DATEDIFF_BIG function. This limitation is documented by Microsoft. The standard DATEDIFF function is supported and ...