Fix hardware_type may be truncated in sqlserver input (#4750)
This commit is contained in:
committed by
Daniel Nelson
parent
f72e52528d
commit
69f6612c2a
@@ -393,7 +393,7 @@ const sqlServerPropertiesV2 = `DECLARE @sys_info TABLE (
|
|||||||
server_memory BIGINT,
|
server_memory BIGINT,
|
||||||
sku NVARCHAR(64),
|
sku NVARCHAR(64),
|
||||||
engine_edition SMALLINT,
|
engine_edition SMALLINT,
|
||||||
hardware_type VARCHAR(15),
|
hardware_type VARCHAR(16),
|
||||||
total_storage_mb BIGINT,
|
total_storage_mb BIGINT,
|
||||||
available_storage_mb BIGINT,
|
available_storage_mb BIGINT,
|
||||||
uptime INT
|
uptime INT
|
||||||
|
|||||||
Reference in New Issue
Block a user