SelectIntoBulkCopy Property
SQL Server 2005
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
The SelectIntoBulkCopy property enables bulk-logged operation on a Microsoft SQL Server database.
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 a bulk-logged operation is performed, a database backup should be performed to capture an image of the database. For more information, see Overview of Restore and Recovery in SQL Server. |

Important: