SQL Server - Finding tables by column

Assuming you use a decent naming convention in your database, it’s sometimes useful to be able to find a list of tables with a common column - for example if you want to write a script to clean out all data related to a specific item, referenced by foreign key... [Read More]
Tags: sqlserver