Click here to Skip to main content
15,891,513 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.8K   323   16  
Outlines the construction of a simple data dictionary utility for MS-SQL using extended properties.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Schema", "Schema\Schema.csproj", "{BE964A64-9CC1-4D8A-B094-C6537A47B0D2}"
EndProject
Global
	GlobalSection(SubversionScc) = preSolution
		Svn-Managed = True
		Manager = AnkhSVN - Subversion Support for Visual Studio
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{BE964A64-9CC1-4D8A-B094-C6537A47B0D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{BE964A64-9CC1-4D8A-B094-C6537A47B0D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{BE964A64-9CC1-4D8A-B094-C6537A47B0D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{BE964A64-9CC1-4D8A-B094-C6537A47B0D2}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

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