ASP SQL Server ExplorerThis is an ASP implementation of the VB SQL Server Explorer project at http://www.freevbcode.com/ShowCode.Asp?ID=1761. It allows you to explore SQL Server data and objects in your web browser. You can also run queries against the database directly from the browser. The application works through calls to the SQL-DMO library.
Important Note: The application includes the ability to select a table and view all of its data in grid format. If the table is very large, the application (and possibly the client or server machine) will hang. Thus, if you are going to deploy this application in production, you should be cautious about using this feature.