Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The upld_chunks table in the marketing database contains information about the portions of a large file that have been uploaded in the Marketing System.
The following table describes the columns in the upld_chunks table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
guid_chunk_token |
uniqueidentifier |
no |
A GUID that uniquely identifies this chunk. This is a foreign key into the upld_imports table. |
img_chunk_data |
image |
no |
The chunk itself. |
i_chunk_size |
int |
no |
The size of the chunk. |
i_chunk_ordinal |
int |
no |
The relative position of the chunk. |