DetachDatabase 方法
從 SQL Server 的執行個體卸離資料庫。
此成員已超載。如需此成員完整的詳細資訊 (包括語法、使用狀況及範例),按一下多載清單中的名稱。
多載 清單
名稱 | 說明 | |
---|---|---|
DetachDatabase(String, Boolean) | 從 SQL Server 的執行個體卸離指定的資料庫,並使用在卸離資料庫之前更新統計資料的選項。 | |
DetachDatabase(String, Boolean, Boolean) | 從 SQL Server 的執行個體卸離指定的資料庫,並使用在卸離資料庫之前更新統計資料的選項。 |
上層
備註
The data and transaction log files of a database can be detached and then reattached to the same or another instance of SQL Server. Detaching and attaching a database is useful if you want to change the database to a different instance of SQL Server on the same computer, or if you want to move the database.