Users Guide

保修输出数据库架构
当您使用/Ocs 交换机时即会创建以下数据目录。
示例命令DellWarranty-CLI.exe /I=C:\Users\[username]\Documents\FileName.csv /Ocs="Data
Source=(localdb)\MSSQLLocalDB;Database=[dbname];Integrated Security=true;"
: 如上所述 /Ocs 交换机参数内提供变量 [dbname]
. 2: 保修数据目录
table_name column_name data_type data_length is_nullable
说明
Dell_Asset
服务标签
nvarchar 100 0 PK
Dell_Asset BUID int 4 1
Dell_Asset 产品 ID nvarchar 100 1
Dell_Asset CountryLookupCode nvarchar 256 1
Dell_Asset LOB nvarchar 512 1
Dell_Asset MachineDescription nvarchar 512 1
Dell_Asset ShipDate datetime 8 1
Dell_Asset LastUpdated datetime 8 1
Dell_Asset LastRetrieval nvarchar 512 1
Dell_AssetEntitlements
服务标签
nvarchar 100 0 FK [dbo].[Dell_Asset]
[ServiceTag]。此外
ON UPDATE CASCADEON
DELETE CASCADE
Dell_AssetEntitlements StartDate datetime 8 1
Dell_AssetEntitlements EndDate datetime 8 1
字段用于确定保修筛选器
AnyWarranty
ActiveWarranty
ExpiredWarranty
WarrantyExpiringIn30Days
Dell_AssetEntitlements ItemNumber nvarchar 100 1
Dell_AssetEntitlements ServiceLevelDescription nvarchar 512 1
Dell_AssetEntitlements ServiceLevelCode nvarchar 256 1
Dell_AssetEntitlements EntitlementType nvarchar 512 1
Dell_AssetEntitlements ServiceProvider nvarchar 256 1
Dell_AssetEntitlements LastUpdated datetime 8 1
Dell_AssetEntitlements LastRetrieval nvarchar 100 1
B
保修输出数据库架构
11