We recommend copying files instead of moving so that you can successfully retain the original files. The following steps explain how to copy the files that you have identified in the Identify the INOW Database Files in an earlier section of this document.
To copy the files, complete the following steps.
USE master GO CREATE DATABASE INOW ON ( FILENAME = N'E:\MSSQL\DATA\INOW.mdf' ), ( FILENAME = N'E:\MSSQL\DATA\INOW.ldf' ), ( FILENAME = N'E:\MSSQL\DATA\INOW.ndf' ) FOR ATTACH GO