SQL Server 2016 obtains the values of the date and time using the GetSystemTimeAsFileTime() Windows API, with precision fixed at 100 nanoseconds. The accuracy of these date and time values depends on ...
DATEDIFF_BIG is a function in SQL Server that calculates the difference between two dates and returns the result as a bigint data type. It was introduced in SQL Server 2016 to address the limitations ...
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement ...
What is the current behavior? We are logging sp_BlitzFirst to tables with a scheduled job: EXEC sp_BlitzFirst @OutputDatabaseName = 'DBAtools', @OutputSchemaName = 'dbo', @OutputTableName = ...