Skip to content

Commit

Permalink
On-prem fix for influxdata#8324 (influxdata#8356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trovalo authored Nov 3, 2020
1 parent 748af7f commit 1939e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/sqlserver/sqlserverqueries.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1939e58

Please sign in to comment.