scarydba.com
Is Dynamic T-SQL a Good Design Pattern? - Grant Fritchey
In a recent discussion it was suggested to me that not only is dynamic T-SQL useful for things like catch-all queries or some really hard to solve problems involving variable table lists, but is, in fact, a perfectly acceptable design pattern for all queries against a database. Note, in this case, we’re not talking about […]
Grant Fritchey