For this month's #tsql2sday post, I'm sharing a script I use to capture all a databases indexes. You know... in case you ever need to nuke them all from orbit (it's really the only way to be sure). read more
SQL Operations Studio is essentially Visual Studio code, which means you can extend it. Here's a quick demo that adds in a quick check for WHERE clauses in DML statements. read more