Comments on: 5 Things You Didn’t Know About SQL Agent https://thomaslarock.com/2015/01/5-things-didnt-know-sql-agent/ Thomas LaRock is an author, speaker, data expert, and SQLRockstar. He helps people connect, learn, and share. Along the way he solves data problems, too. Wed, 24 Jun 2015 13:41:19 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: 101 Things I Wish You Knew About SQL Server - Thomas LaRock https://thomaslarock.com/2015/01/5-things-didnt-know-sql-agent/#comment-12879 Wed, 24 Jun 2015 13:41:19 +0000 http://thomaslarock.com/?p=11923#comment-12879 […] SQL Server Agent alerts are useful, and hardly used. […]

]]>
By: lap https://thomaslarock.com/2015/01/5-things-didnt-know-sql-agent/#comment-12544 Fri, 09 Jan 2015 15:40:00 +0000 http://thomaslarock.com/?p=11923#comment-12544 In reply to Mike Hillwig.

I was introduced to multi-server administration in my first real SQL
admin job, but it’s been a hard sell in subsequent environments. Thanks
for the recommendation of using a local job to run a master job.
Scheduling has sometimes been a headache.

I look forward to your book on multi-server administration! It’s been a well-kept secret for far too long.

]]>
By: (SFTW) SQL Server Links 09/01/15 - John Sansom https://thomaslarock.com/2015/01/5-things-didnt-know-sql-agent/#comment-12543 Fri, 09 Jan 2015 09:02:01 +0000 http://thomaslarock.com/?p=11923#comment-12543 […] 5 Things You Didn’t Know About SQL Agent – Thomas Larock (Blog|Twitter) […]

]]>
By: ThomasLaRock https://thomaslarock.com/2015/01/5-things-didnt-know-sql-agent/#comment-12540 Thu, 08 Jan 2015 14:54:00 +0000 http://thomaslarock.com/?p=11923#comment-12540 In reply to Mike Hillwig.

Yep. We had to stagger our backup job times as a result of IO pressure as well. I used OpsMgr to keep my job code in synch, too.

]]>
By: Mike Hillwig https://thomaslarock.com/2015/01/5-things-didnt-know-sql-agent/#comment-12539 Thu, 08 Jan 2015 14:28:00 +0000 http://thomaslarock.com/?p=11923#comment-12539 In reply to ThomasLaRock.

If you have an error in a script, it will get deployed to every server. In that, you’re absolutely correct.

The other challenge of the MSX/TSX relationship is that setting a schedule for an IO intensive job can bring your SAN to its knees. For some jobs, we deploy them without a schedule so we get the benefit of keeping the job code consistent, and then we deploy a local job that calls the master job. This gives us the flexibility to schedule that job when we want.

When you manage hundreds of instances, MultiServer Administration can be a huge help by making sure that every server has the same version of your backup script, index maintenance script, etc. If I ever write a book, it will be around this.

]]>
By: ThomasLaRock https://thomaslarock.com/2015/01/5-things-didnt-know-sql-agent/#comment-12538 Thu, 08 Jan 2015 13:47:00 +0000 http://thomaslarock.com/?p=11923#comment-12538 In reply to Mike Hillwig.

Thanks Mike! That’s not how I remember it working. What version of SQL are you using now? I’m wondering if things may have changed.

Part of my “single point of failure” comment was that I was thinking about how an error in one place can end up being deployed in many places, but that’s no different than what we already do daily, right?

I’m going to edit that paragraph from this post for now, and probably use it for a follow up post.

Thanks again! BTW, my daughter is watching me write this and says “hello”.

]]>
By: Mike Hillwig https://thomaslarock.com/2015/01/5-things-didnt-know-sql-agent/#comment-12537 Thu, 08 Jan 2015 10:14:00 +0000 http://thomaslarock.com/?p=11923#comment-12537 I have to disagree about multi-server administration being a single point of failure. If your master server fails, the target servers will keep following their instructions until you defect and re-enroll in a new master server. We use this pretty heavily in my environment.

]]>