Using ALTER DATABASE

The ALTER DATABASE option for moving user database files was added in SQL Server 2005. This option involves the following steps:

1. Take the database offline.

2. Manually move the file(s) to the new location.

3. Run the ALTER DATABASE command to set the FILENAME property to the new file location.

4. Bring the database online.

The following example uses the ALTER DATABASE command to move the log file for the AdventureWorks2008 database to the root of the C: drive.

image

Caution

Use caution when specifying the FILENAME parameter to move a database log file. If the FILENAME setting specified in the ALTER DATABASE command is incorrect ...

Get Microsoft® SQL Server 2008 R2 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.