SQL Internals Viewer可以用来查看SQL Server数据文件中各个对象实际的存储分布情况,正如它的名字显示的,这是一款内部工具,建议感兴趣的同学用来研究SQL Server的存储机制,千万不要在产品库上使用。
这里引用作者Danny Gould的说法:
SQL Internals Viewer is a tool for looking into the SQL Server storage engine and seeing how data is physically allocated, organised and stored.
All sorts of tasks performed by a DBA or developer can benefit greatly from knowledge of what the storage engine is doing and how it works. This tool has been designed to make database internals more accessible.
目前最新版本0.10beta,需要.net framework2.0,支持MS SQL Server 2005和MS SQL Server 2008 7月份社区预览版。该版本还有很多的限制:
- 不支持LOB (Text/Image) (可能在接下来的0.11中提供支持)
- 不支持UDT数据类型* No support for UDT data types
- 不支持多个数据文件的数据库(可能要在1.0以后的版本才会提供支持了)
也许有一天,这个工具也能像d.c.b.a的AUL(MYDUL)一样,能从数据文件中直接恢复出数据吧:)