The SelectIntoBulkCopy property enables bulk-logged operation on a Microsoft® SQL Server™ 2000 database.
object.SelectIntoBulkCopy [= value]
object
Expression that evaluates to an object in the Applies To list
value
TRUE or FALSE
Boolean
Read/write
HRESULT GetSelectIntoBulkCopy(LPBOOL pRetVal);
HRESULT SetSelectIntoBulkCopy(BOOL NewValue);
If TRUE, bulk-logged operations are allowed.
If FALSE, bulk-logged operations are not allowed.
Important Bulk-logged operations make no entry in a database transaction log. Therefore, a backup of the transaction log does not protect database integrity. After performing a bulk-logged operation, a database backup should be performed to capture an image of the database. For more information, see Selecting a Recovery Model.