11 The SQL Server Native Wire Protocol Driver : Using DataDirect Bulk Load on SQL Server

Using DataDirect Bulk Load on SQL Server
DataDirect Bulk Load offers a simple, consistent way to do bulk load operations. See “Using DataDirect Bulk Load” for details.
For optimal performance, you must enable minimal logging and Table Locking. Please refer to the following Web sites for more information on minimal logging:
http://msdn.microsoft.com/en-us/library/ms190422.aspx
http://msdn.microsoft.com/en-us/library/ms190203.aspx
Table Locking, one of the Bulk Options, is enabled by default. This prevents other transactions from accessing the table during bulk load. See “Bulk Options” for details about this option.