Hi Julia,I've tried that proc, and hit some problems.Here's my code sp_attach_single_file_db @DBName = N'A007A1A1' , @physname = N'C:\Sprint_Fonview\A007A1A1.mdf'
And I hit these errors:Msg 5105, Level 16, State 5, Line 1Device activation error. The physical file name 'D:\LDR1OUT\A007A1A1\A007A1A1.NDF' may be incorrect.Device activation error. The physical file name 'D:\LDR1OUT\A007A1A1.LDF' may be incorrect.Msg 1813, Level 16, State 2, Line 1Could not open new database 'A007A1A1'. CREATE DATABASE is aborted.
It's strange that it's looking in drive d:, excepting that I did pull the data from a cd drive before uploading it to the server c drive.