The easiest way to bring the db back online would be to drop it then attach the db, specifying the correct data and log files. Dropping the db is key, because it will clear the db's info from the master and insure that your attachment will be clean.
ALTER DATABASE [DBName] SET OFFLINE
DROP DATABASE [DBName]
I'd recommend attaching this database to a test server (with a copy of your data and log files) before dropping it from production. This will verify that the data and log files aren't corrupt.
buddylee17
Practically a Master Poster
699 posts since Nov 2007
Reputation Points: 232
Solved Threads: 137
Skill Endorsements: 1