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 ServiceTag nvarchar 100 0 PK
Dell_Asset BUID int 4 1
Dell_Asset ProductId 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 ServiceTag nvarchar 100 0 FK([dbo].[Dell_Asset]
[ServiceTag] を指定)また、
ON UPDATE CASCADE、
ON 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