I decided to bite the bullet and pay for custom themes. I've been using the free version of WordPress for eight years, but being able to fix some theme annoyances is worth it. I might make further tweaks, but so far, I've been able to approximately triple the size of the main post box for…
Tracing Foreign Key Dependencies In SQL Server
In my latest post on using BIML, I created a table called MigrationStep and populated it with data. Now I want to show how exactly I generated that data and how you can find foreign key constraints. Let's use the AdventureWorksDW2012 database as an example and look at the thirteen tables we identified as being…