The Bulk Insert option writes data to a temporary SQL file. This option speeds the process of saving data, and allows you to continue working while the SQL database reads data from the file.
The SQL Server must have read access to the shared folder in which the temporary file is stored during the save process.
Note the following:
To configure bulk insertion of SQL data
The Settings dialog appears.
Select the Bulk Insert option.
Note: When you specify this option, the SQL database looks for the shared file locally on its own server under the specified pathname.
Specifies the character that separates field values in the shared folder.
Specifies the end-of-line character in the shared folder.
Note: The characters you specify cannot appear in the data content of the folder. When these characters appear in data fields, the file is parsed incorrectly and bulk insert fails. Similarly, when data strings are longer than their legal length, bulk insert fails.
Copyright © 2014 CA.
All rights reserved.
|
|