Ok, I know this isn't supposed to be possible but I'm wondering if anyone knows a hack for this.
I have a database that has never had a backup performed on it. However, it was in full recovery mode and had the transaction log running the entire time without ever being truncated. So, all my transactions, and therefore data, is in the transaction log but I cannot restore it because I don't have an initial full backup.
Is there any way to 'trick' sql server into letting me restore the transaction log somewhere, perhaps a test database?
The database controls a web portal system that connects to various other databases to present data to the user. The vendor told us there was no need to backup because there was nothing of value in the database, only statistical information and profiles that could be easily rebuilt. However, we found that to be completely FALSE when someone deleted a profile and subsequently deleted a handful of patient clinical notes that were stored in this database.
My goal is to somehow get these notes that were deleted from the transaction log file so they can be re-entered back into the production system.
Any sql guru's got any ideas? I have to come up with a solution for this.
TIA!
I have a database that has never had a backup performed on it. However, it was in full recovery mode and had the transaction log running the entire time without ever being truncated. So, all my transactions, and therefore data, is in the transaction log but I cannot restore it because I don't have an initial full backup.
Is there any way to 'trick' sql server into letting me restore the transaction log somewhere, perhaps a test database?
The database controls a web portal system that connects to various other databases to present data to the user. The vendor told us there was no need to backup because there was nothing of value in the database, only statistical information and profiles that could be easily rebuilt. However, we found that to be completely FALSE when someone deleted a profile and subsequently deleted a handful of patient clinical notes that were stored in this database.
My goal is to somehow get these notes that were deleted from the transaction log file so they can be re-entered back into the production system.
Any sql guru's got any ideas? I have to come up with a solution for this.
TIA!