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