↧
Creating a data dictionary with SQL Server and MediaWiki – Part one: a list...
Background We’ve just installed MediaWiki as a documentation tool where I work. To get things up and running as quickly as possible, I created a few SQL Scripts to pull out schema information from the...
View ArticleCreating a data dictionary with SQL Server and MediaWiki – Part two: a list...
In my previous post, I showed how to create a SQL Script that generates Mediawiki mark-up to create a list of tables (or views) in your database. In this post, I’ll continue with generating a list of...
View ArticleCreating a data dictionary with SQL Server and MediaWiki – Part three:...
In my previous posts (parts one and two), I showed how to generate mediawiki markup to generate lists of tables and columns that can be used as the starting blocks of a data dictionary. In this post I...
View Article