This is more of a “what I’ve been reading” rather than a link dump from previous week’s RSS feed.
A Plea for Plain English – Tony Davis’s “A Plea for Plain English” rings home with me. Far too much writing is full of heavy, pompous words used purely to make the author feel smarter. Joseph [...]
These are a day late. Sorry about that. It’s been one helluva week.
Also, November 1st marks the beginning of National Novel Writing Month. So, if you’ve had a story inside you waiting to get out, wait no further!
SQL Server
Find the complete call tree for a stored procedure – Linchi Shea shares a perl script that [...]
SQL Server
There’s a three part series (one two three) on migrating databases. I’m sure many people have been through this before. I know I have. About a week before these three posts were published.
Ever wonder when you should use a filtered index and when you should use an indexed view? Yeah, I have too. The [...]
Important Note: These are yesterday’s links. Not today’s. That’s why the date is wrong.
SQL Server
Really Search Cache for Execution Plans Jason Strate revists his code that finds the last plan that was used for a procedure.
Reasons for NOT using Varchar(MAX) Pat Wright brings back the argument of why you should or shouldn’t use varchar(max). You [...]