3
votes
5answers
2k views
How to recover database from MDF in SQL Server 2005?
I have an MDF file and no LDF files for a database created in MS SQL Server 2005. When I try to attach the MDF file to a different SQL Server, I get the following error message. …
2
votes
2answers
257 views
How can I undelete a file using C#?
I'm trying to find some lost .jpg pictures. Here's a .bat file to setup a simplified version of my situation
md TestSetup
cd TestSetup
md a
cd a
echo "Can we find this later?" &g …
2
votes
3answers
1k views
How to recover Git objects damaged by hard disk failure?
I have had a hard disk failure which resulted in some files of a Git repository getting damaged. When running git fsck --full I get the following output:
error: .git/objects/pack/ …
2
votes
4answers
201 views
Best data recovery tools?
So due to a recent act of stupidity and bravado, I uttered the words "backups! who needs backups?!" and what followed was the tragic loss of 260gb of data.
This scenario in partic …
1
vote
3answers
172 views
NTFS (Direct) Reader for Linux
I managed to damage my NTFS partition pretty well (Details*; I don't think its extremely relevant but it might be.) and was wondering if there is any linux tool that can read an in …
0
votes
1answer
50 views
Recovering HyperSQL Database
We are using JBoss 4.0.3 SP1 using Hypersonic as its internal storage engine (timers, queues, etc.)
The database is no longer accessible (most likely data corruption) giving error …
0
votes
0answers
34 views
Need deleted data back from Pen Drive, Please help [closed]
All,
I am using a Pendrive to transfer files from one system to another. I think I deleted some files from the Pendrive that I now need back. Also, there are chances that I might …
0
votes
2answers
200 views
Copy data between tables in different databases without PK’s ( like synchronizing )
I have a table ( A ) in a database that doesn't have PK's it has about 300 k records.
I have a subset copy ( B ) of that table in other database, this has only 50k and contains a …
0
votes
0answers
99 views
Mounting encrypted drive/partition on Linux [closed]
I have a Laptop, on which the OS has got corrupted and gives a system32\config not found error.
To recover my data, I can boot it using Knoppix but I am not able to mount my parti …
0
votes
1answer
251 views
mysql: recover database from frm files
At some point my MAMP installation became corrupt and I decided to move to XAMPP instead. However I now can't get my databases across. Other people have said I simply need to copy …
0
votes
2answers
119 views
Maintaining an index of a filesystem
I need to record in some kind of file, the specific time at which blocks are written to in a filesystem, over a number of physical disks (RAID).
I intend to do this by periodically …
-2
votes
1answer
85 views
External Hard Drive Failure… [closed]
Not exactly a "programming" question, but related because I have an external hard drive with some Virtual Hard Disks on it (which are used for pre-configured development environmen …
-2
votes
1answer
70 views
Recovering formatted partition
I accidentally hit 'format' in qtparted on my ext3 partition (for Ubuntu), which I was analyzing via another computer. The list of four messages it gives during the format process …
