Compartilhar via


SelectIntoBulkCopy Property

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.

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

Sintaxe

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);

Comentários

If TRUE, bulk-logged operations are allowed.

If FALSE, bulk-logged operations are not allowed.

Observação importanteImportante

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 Visão geral da restauração e recuperação (SQL Server).

Applies To:

Consulte também

Referência