Compartir a través de


SelectIntoBulkCopy Property

Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.

The SelectIntoBulkCopy property enables bulk-logged operation on a Microsoft SQL Server database.

Sintaxis

object
.SelectIntoBulkCopy [= value]

Parts

  • object
    An expression that evaluates to an object in the Applies To list
  • value
    TRUE or FALSE

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetSelectIntoBulkCopy(LPBOOL pRetVal);
HRESULT SetSelectIntoBulkCopy(BOOL NewValue);

Notas

If TRUE, bulk-logged operations are allowed.

If FALSE, bulk-logged operations are not allowed.

ms141994.note(es-es,SQL.90).gifImportante:
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 Información general sobre restauración y recuperación en SQL Server.

Applies To:

DBOption Object

Vea también

Referencia

RecoveryModel Property

Ayuda e información

Obtener ayuda sobre SQL Server 2005