Here's my situation: the files of a database someone was keeping locally on a SQL Express instance on their machine got deleted (somehow while the SQL instance was actually running--still haven't managed to figure out how that was even possible, but that's by the by). I managed to use an undelete tool to recover all but one of the files. The one missing file is a full-text index catalogue, and given the size of the data I should be able to rebuild that in seconds--but SQL server won't let me attach the database because of the missing file!Now, the chap assures me he doesn't really need this database anymore, but nonetheless the problem is bugging me; why would something as relatively unimportant, and easy to rebuild, as a full-text catalogue prevent reattaching the database? It seems ridiculous. Is there a workround for this?
↧