Running MSSQL7 on a WIN2 Server
1.) Detached db using sp_detach_db
2.) renamed db log file.
3.) ran sp_attach_single_file_db to reattach db with 'fresh' transaction log.
error occurs stating that the execution has been cancelled because some of the tables could not be 'activated'
I've never seen this before and the MS Knowledgebase yields nothing; any ideas?
TIA,
Dunc
1.) Detached db using sp_detach_db
2.) renamed db log file.
3.) ran sp_attach_single_file_db to reattach db with 'fresh' transaction log.
error occurs stating that the execution has been cancelled because some of the tables could not be 'activated'
I've never seen this before and the MS Knowledgebase yields nothing; any ideas?
TIA,
Dunc