|
DBSchema is the description of a MS SQL Server
database generated using the data definition language
provided by the Database. DBSchema defines attributes
of the database, such as tables, columns, procedures
and properties. DBSchema is the real time documentation
of your SQL Database, generated by a set
of ASP Pages, which run in Windows IIS. DBSchema
makes it easier for the developers to document
the current database schema, as they can easily
access it by just entering an URL in the browser,
without having to use any software.
|