Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Bac0n
Starting Member
1 Post |
Posted - 2011-09-03 : 01:06:47
|
Hello,Im very dumb when it comes to SQL. I am doing a forensic analysis on a machine that was running an SQL server and it has .MYD and .MYI files that are large in size and that i suspect store the data im looking for. However i cannot seem to open these files using any linux commands or programs.How do i view the content of the .MYD and .MYI files? I hope i dont have to build a database from scratch.cheers!Bac0nLearn it all |
|
GilaMonster
Master Smack Fu Yak Hacker
4507 Posts |
Posted - 2011-09-03 : 05:57:06
|
Microsoft SQL Server? SQL Server uses .mdf, .ndf and .ldf as extensions for database files.--Gail ShawSQL Server MVP |
 |
|
Kristen
Test
22859 Posts |
Posted - 2011-09-03 : 09:17:40
|
Google says that MYD and MYI are extensions for MySQL. |
 |
|
GilaMonster
Master Smack Fu Yak Hacker
4507 Posts |
|
|
|
|