VSNBatches


Columns

Column Type Size Nulls Auto Default Children Parents Comments
VSNBatchesSeq int identity 4 null
VSNBatchStudents.VSNBatchesSeq FK_VSNBatchStudents_VSNBatches R
BatchID varchar 15 ('')
DateTimeSent datetime 16,3 null
ProviderID varchar 15 ('')
BatchType varchar 15 ('')
SystemProcessNumber int 4 null
SystemProcessControl.SystemProcessNumber FK_VSNBatches_SystemProcessControl R
XMLOutput xml 1073741823 null
DateTimeReceived datetime 16,3 null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
PK_VSNBatches Primary key Asc VSNBatchesSeq
AK_VSNBatches_BatchIDBatchType Performance Asc/Asc BatchID + BatchType
AK_VSNBatches_ProviderID Performance Asc/Asc ProviderID + VSNBatchesSeq

Relationships