Click here to Skip to main content
15,881,812 members
Articles / Web Development / ASP.NET

YADDU. Yet Another (MS-SQL) Database Documentation Utility

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
17 Feb 2012CPOL11 min read 18.7K   323   16  
Outlines the construction of a simple data dictionary utility for MS-SQL using extended properties.
<%@ Page language="c#" Codebehind="loadSchema.aspx.cs" AutoEventWireup="false" Inherits="Schema.loadSchema" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 
<html>
	<head>
		<title>Database Schema</title>
	</head>
<body></body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United Kingdom United Kingdom
Nothing interesting to report.

Comments and Discussions