Viewing 3 posts - 1 through 3 (of 3 total)
Thank you all for the inputs I tried with detach and attach...while attaching I got the error like 'e:ew-db.ndf' file is missing
Thanks again for the help.
Regards,
Menaka
November 15, 2007 at 3:57 am
no... files are not missing, below is the query I used to check for files and even checked in the drives files are existing.
use master
go
SELECT name, physical_name
FROM sys.master_files
where database_id =...
November 14, 2007 at 5:01 am
Hi There,
from the source server bcp out..syslogins and copy to the target server using bcp in command.Hope it will resolve your login issue.
Cheers
Menaka
November 13, 2007 at 9:27 am
Viewing 3 posts - 1 through 3 (of 3 total)