All of us sometimes have a need where we want to share database information between other developers and database administrators. For this reason I decided to begin work on an ASP.NET application that could be used to easily connect to a SQL Server, query the different system objects on the server, as well as the database schema. By querying the database schema we can easily store and retrieve the table, column, stored procedure, etc descriptions directly within the schema of the database..
[More]