Agile & Lean Management

Refactoring the Software Development Process

Browsing Posts tagged SQL Database

In this mini-series of one post, I’ll show you how to generate SQL-script from an UML model. First, you need a model. This can be any model, but here I use an UML model. The class diagram on the left shows a simple model consisting of a parent class and a related child class. Both [...]

Do you know FxCop? FxCop is an application that analyzes managed code assemblies. Many of the issues concern violations of the programming and design rules set forth in Design Guidelines. Today, I announce my wish for an equivalent for SQL Database Analysis. As it happens over time a database structure grows, and grows. Sometimes, it [...]