次の方法で共有


NoRewind Property

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。

The NoRewind property specifies whether Microsoft SQL Server keeps a tape drive open and positioned after a backup or restore operation.

構文

object
.NoRewind [= 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 GetNoRewind(BOOL);
HRESULT SetNoRewind(BOOL);

解説

If NoRewind is set to TRUE, SQL Distributed Management Objects (SQL-DMO) issues the Transaction-SQL BACKUP or RESTORE command with the NOREWIND option. This allows SQL Server 2000 to keep a tape drive open and positioned, thereby preventing the overhead of rewinding and scanning a tape. This is useful in situations where a tape is repeatedly used. NoRewind is set to FALSE by default.

ms136916.note(ja-jp,SQL.90).gifメモ :
If an application calls NoRewind on an instance of SQL Server version 7.0, the operation is ignored.

Applies To:

Backup2 Object

Restore2 Object

参照

その他の技術情報

BACKUP (Transact-SQL)
RESTORE (Transact-SQL)

ヘルプおよび情報

SQL Server 2005 の参考資料の入手