Fix hardware_type may be truncated in sqlserver input (#4750)
This commit is contained in:
parent
f72e52528d
commit
69f6612c2a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue