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 is a temporary table that contains information about import operations. When the import operation finishes, the information in this table is deleted.
The following table describes the columns in the upld_imports table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
guid_import_token |
uniqueidentifier |
no |
The GUID of the file to be imported. This is a primary key. |
u_import_username |
nvarchar(50) |
no |
The name of the user performing the import operation. |
u_import_filepath |
nvarchar(512) |
yes |
The path of the file to import. |
u_import_server |
nvarchar(50) |
yes |
The server where the file to import is located. |
i_import_size |
bigint |
no |
The size of the file being imported. |
i_import_status |
int |
no |
The status of the import operation. |
dt_import_timestamp |
datetime |
no |
The date and time of the import operation. |
i_timeout_hours |
int |
no |
The time before the operation times out. |