On-prem fix for #8324 (#8356)

This commit is contained in:
Giovanni Luisotto 2020-11-03 17:04:24 +01:00 committed by GitHub
parent 748af7f5d1
commit 1939e58b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ SELECT
,CAST(SERVERPROPERTY(''EngineEdition'') AS int) AS [engine_edition]
,DATEDIFF(MINUTE,si.[sqlserver_start_time],GETDATE()) AS [uptime]
,SERVERPROPERTY(''ProductVersion'') AS [sql_version]
,LEFT(@@VERSION,CHARINDEX(' - ',@@VERSION)) AS [sql_version_desc]
,LEFT(@@VERSION,CHARINDEX('' - '',@@VERSION)) AS [sql_version_desc]
,dbs.[db_online]
,dbs.[db_restoring]
,dbs.[db_recovering]