December 27, 2015 at 8:22 pm
I attach a DB from soucre on Disk then I get an error message from SQL
December 27, 2015 at 9:29 pm
As the message already says, restore the database from the backup.
Or
- Detach the database
- Rename/Move the log file
- Attach the MDF database file without the LOG file; a new log will be created.
December 27, 2015 at 11:20 pm
johnwalker10 (12/27/2015)
As the message already says, restore the database from the backup.Or
- Detach the database
- Rename/Move the log file
- Attach the MDF database file without the LOG file; a new log will be created.
Not if the original database wasn't properly detached.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply