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 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 [dbo].[Dell_Asset]
[ServiceTag] 있는 FK
ON UPDATE CASCADEON
DELETE CASCADE 해당
Dell_AssetEntitlements StartDate datetime 8 1 해당 없음
Dell_AssetEntitlements EndDate datetime 8 1 Warranty Filters
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