sanjdhiman
Programmer
Dear All,
I have an Urgent problem/
I am currently trying to re-attach an mdf and an ldf file from a network drive (F:\). SQL 2000 server
i tried using the
dbcc traceon(1807)
EXEC sp_attach_db @dbname = N'actdw_UK',
@filename1 = N'\\ukfs1\databasebackups$\actdw_UK\actdw_UK_Data.mdf',
@filename2 = N'\\ukfs1\databasebackups$\actdw_UK_Log.ldf'
However I got the following error message:
Device activation error. The physical file name '\\ukfs1\databasebackups$\actdw_UK\actdw_UK_Data.mdf' may be incorrect.
I have no database set up on the LOCAL server with the name actdw_UK. Is this the problem?
I am running this SQL statement against the Master DB in Query analyser.
Can anyone help.. I am trying to re-attach the database from this network drive.
Kind REgards
Sanj
I have an Urgent problem/
I am currently trying to re-attach an mdf and an ldf file from a network drive (F:\). SQL 2000 server
i tried using the
dbcc traceon(1807)
EXEC sp_attach_db @dbname = N'actdw_UK',
@filename1 = N'\\ukfs1\databasebackups$\actdw_UK\actdw_UK_Data.mdf',
@filename2 = N'\\ukfs1\databasebackups$\actdw_UK_Log.ldf'
However I got the following error message:
Device activation error. The physical file name '\\ukfs1\databasebackups$\actdw_UK\actdw_UK_Data.mdf' may be incorrect.
I have no database set up on the LOCAL server with the name actdw_UK. Is this the problem?
I am running this SQL statement against the Master DB in Query analyser.
Can anyone help.. I am trying to re-attach the database from this network drive.
Kind REgards
Sanj