closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement ...
In SQL server if you have columns which are of Date/Time type then sometimes you need to find their difference for passing into the application when needed. So for doing that SQL Server provides a ...
What is the current behavior? We are logging sp_BlitzFirst to tables with a scheduled job: EXEC sp_BlitzFirst @OutputDatabaseName = 'DBAtools', @OutputSchemaName = 'dbo', @OutputTableName = ...