Hello,
I still can't attached my database.
I tried executing this command:
EXEC sp_attach_db @dbname = 'Sample1',
@filename1 = 'D:\My Project\Sample Data\SFES_Data.mdb',
@filename2 = 'D:\My Project\Sample Data\SFES_Data.ldf'
I am getting this error:
Server: Msg 5105, Level 16, State 4, Line 1
Device activation error. The physical file name 'D:\My Project\Sample Data\SFES_Data.mdb' may be incorrect.
There's a remark in the T-SQL Help:
sp_attach_db should only be executed on databases that were previously detached from the database server using an explicit sp_detach_db operation.
The file that I am attaching is new. Please help.
Thanks again.
Balarao