Category: Uncategorized

Impromptu Panel on Agile Development

In the course of our interviews at the PASS Summit 2009 this month, we managed to snag four top-level SQL authors and educators at once, in the same room. (Actually, in the same 8’x8′ space, but who’s counting.)  In Part 2 of our series “Buck, Paul, Joe, and Louis”, we have an absolutely wonderful talk […]

Quick Reference: Job Steps

There are other ways to do this, but the quick n easy way for me to get job and job step information is Get job names using EXEC msdb.dbo.sp_help_job Paste those names and surround them with single quotes, and preface each with EXEC msdb.dbo.sp_help_jobstep @job_name= ‘ Hit CTRL-T for “results to text”. (This makes it […]