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]。
表. 1: 保修数据目录
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
B
12
保修输出数据库架构