| Event Information | According to Microsoft : Cause : p_attach_single_file_db or sp_attach_db failed to attach the specified data and/or log files. A common scenario is that you usedsp_attach_single_file_db to attach a database that had multiple log files. Resolution : If other errors occurred, address them first. Always detach a database withsp_detach_db before you attach the files. Always attach all the files that were detached; do not try to leave off the log files in an attempt to shrink the database. |