SQL Dependency Tracker
26 Jun 2007I was playing with Redgate’s SQL Dependency tracker yesterday. The balloon tree view sort of shows how modular the db design is. I’m working on a project where I’m implementing “pluggable” modules of functionality.
The two circular clusters at the top left corner are the db objects for the module I’m working on. The view shows how the cluster relates to the ASP .Net membership provider tables. The clusters which go diagonally across the view are the aspnet db objects.