Fix hardware_type may be truncated in sqlserver input (#4750)

This commit is contained in:
Tracy Boggiano
2018-09-26 22:02:29 -04:00
committed by Daniel Nelson
parent f72e52528d
commit 69f6612c2a

View File

@@ -393,7 +393,7 @@ const sqlServerPropertiesV2 = `DECLARE @sys_info TABLE (
server_memory BIGINT,
sku NVARCHAR(64),
engine_edition SMALLINT,
hardware_type VARCHAR(15),
hardware_type VARCHAR(16),
total_storage_mb BIGINT,
available_storage_mb BIGINT,
uptime INT