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_imports table in the marketing database contains information about uploaded imports in the Marketing System.
The following table describes the columns in the upld_imports table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
guid_import_token |
uniqueidentifier |
no |
A GUID that uniquely identifies this import. This is the primary key. |
u_import_username |
nvarchar(50) |
no |
The name of the user associated with the import. |
u_import_filepath |
nvarchar(512) |
yes |
The path of the imported file. |
u_import_server |
nvarchar(50) |
yes |
The server associated with the import. |
i_import_file_size |
bigint |
no |
The size of the imported file. |
i_import_status |
int |
no |
The status of the import operation. |
dt_import_timestamp |
datetime |
no |
The date and time at which the import operation was started. |
i_import_hours |
int |
no |
The number of hours the import operation took to finish. |