I have a small sql2K database that consisted of 3 files:
data.mdf
log.ldf
index.mdf
The files were wiped out. I have file-level backups of data.mdf and log.ldf, but the index.mdf was on a different drive and wasn't backed up. Index.mdf contains ONLY one index for the largest table.
Now...my questions:
1. Forget the data for a moment--I have a couple of stored procedures I need. I've tried to Attach the 2 files to a dummy database but it wants that index.mdf. Is there any way to force this to work just to get the sp's?
2. Same for the data--I don't need indexes, I just need some raw data. Is this possible?
Thanks,
--Jim
data.mdf
log.ldf
index.mdf
The files were wiped out. I have file-level backups of data.mdf and log.ldf, but the index.mdf was on a different drive and wasn't backed up. Index.mdf contains ONLY one index for the largest table.
Now...my questions:
1. Forget the data for a moment--I have a couple of stored procedures I need. I've tried to Attach the 2 files to a dummy database but it wants that index.mdf. Is there any way to force this to work just to get the sp's?
2. Same for the data--I don't need indexes, I just need some raw data. Is this possible?
Thanks,
--Jim