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 보증 필터(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