Nautilus (sqlserver) v1.0.2
Navigate your SQLServer 2000 database
http://sourceforge.net/projects/nautilus/
Author: Marcos L. Casamayor
WHAT
----
Nautilus is a tool for developers, advanced users and auditors.
The main objetive is to find information in a SQLServer database without knowing
too much about it. User can search tables and records with no SQL typing required.
You can also browse related data following the foreign key links or search
any value on any table.
FEATURES LIST
-------------
-Search tables by name.
-Browse table records.
-Filter records by field value.
-Locate and "pivot" record.
-Folow foreign key values as web links to locate related record.
-Null values shown in an explicit way.
-"google data" to search any value (number or string) in the whole database.
-"Group by" querys to build a quick report on the table.
-"Undress table" option to see the table structure.
-"Export to excell" option to open in MS Excell format.
-No database script or installation required.
-Uses "nolock" in every executed sentence.
-SQL's ejecuted can be optionally seen.
INSTALL
-------
1-Install IIS (Internet Information Server) from the XP CD.
2-Unzip nautilus.zip to a directory (for example: C:\nautilus)
3-Open "Control Panel / Administrative Tools / Internet Information Services"
4-In "Default Web Site", New Virtual Directory, mapping Alias: "nautilus", Path: "c:\nuatilus"
5-Start your web browser at: http://localhost/nautilus/index.asp
Try with the northwind database or your database. Enjoy.
PROBLEMS: Some xp versions "block" the files you download from a web site. So, unzip it and
then copy the files to the final location.
TESTED
------
Already tested with XP, SQLServer 2000, Firefox 1.5.x, 2.x, IE6.x, IE7.x