﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 - General  / What SQl Agent Jobs Should I set up? / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 17:57:57 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: What SQl Agent Jobs Should I set up?</title><link>http://www.sqlservercentral.com/Forums/Topic1366409-391-1.aspx</link><description>Thanks Rich,I will look at this article now.Cheers,George</description><pubDate>Thu, 04 Oct 2012 07:14:29 GMT</pubDate><dc:creator>gs1975</dc:creator></item><item><title>RE: What SQl Agent Jobs Should I set up?</title><link>http://www.sqlservercentral.com/Forums/Topic1366409-391-1.aspx</link><description>You're welcome, and thanks for replying!Nadrek's suggestion to look for untrusted FK constraints is a very good one.  An untrusted FK constraint will be a performance killer, and they aren't obvious if you're not looking for them.  If you're looking for some more information, [url=http://sqlblog.com/blogs/hugo_kornelis/archive/2007/03/29/can-you-trust-your-constraints.aspx]this is a great explanation and write-up describing the problem and the fix[/url].Rich</description><pubDate>Thu, 04 Oct 2012 07:02:49 GMT</pubDate><dc:creator>rmechaber</dc:creator></item><item><title>RE: What SQl Agent Jobs Should I set up?</title><link>http://www.sqlservercentral.com/Forums/Topic1366409-391-1.aspx</link><description>Thanks for all your replies. There's some really good jobs here that I had overlooked. I am just going through all of my servers and just want a number of jobs I can script out and run against all servers.All of your suggestions are most helpful.Thanks,George</description><pubDate>Thu, 04 Oct 2012 06:36:45 GMT</pubDate><dc:creator>gs1975</dc:creator></item><item><title>RE: What SQl Agent Jobs Should I set up?</title><link>http://www.sqlservercentral.com/Forums/Topic1366409-391-1.aspx</link><description>Check for enabled but untrusted constraints.Log performance/error/etc information to a monitoring serverLog security information to a monitoring serverLog backup/agent job/error log information to a monitoring serverOptional: Restore a database backup as a test   - if you don't do this, at minimum backup with CHECKSUM and then RESTORE VERIFYONLY, but that's still not as good as a real restore.Optional: check for disabled constraints.</description><pubDate>Wed, 03 Oct 2012 14:34:59 GMT</pubDate><dc:creator>Nadrek</dc:creator></item><item><title>RE: What SQl Agent Jobs Should I set up?</title><link>http://www.sqlservercentral.com/Forums/Topic1366409-391-1.aspx</link><description>Well that's pretty open-ended.... In no particular order, here's some of what I like to run:&amp;gt; You list "backups", but that will likely be at least 3 different jobs/schedules for FULL, DIFFERENTIAL, and LOG backups&amp;gt; I have a job that looks for failed Agent job steps and reports them to me, as a check on Agent jobs&amp;gt; I have a series of daily checks in one job: Autogrow events in the last 24 hours, critical DB sizes, DBs in FULL recovery mode that aren't in a specific list of DBs that should be, etc.&amp;gt; TempDB size tracking&amp;gt; Purge old records from msdb for things like backup runs, etc.&amp;gt; Find SQL backup files on disk that haven't gone off to tape via a network backup.  This took a bit of work with CLR for me to set up, but I can now easily query the SQL backup drive for *.BAK files that have an archive bit set, which means they haven't been backed up to tape by our system backups.Does this help?Rich</description><pubDate>Tue, 02 Oct 2012 07:51:58 GMT</pubDate><dc:creator>rmechaber</dc:creator></item><item><title>RE: What SQl Agent Jobs Should I set up?</title><link>http://www.sqlservercentral.com/Forums/Topic1366409-391-1.aspx</link><description>[url=http://crankydba.com/2012/07/28/seven-jobs-sqlsat126/]Seven SQL Agent Jobs you should be running[/url]</description><pubDate>Tue, 02 Oct 2012 07:48:45 GMT</pubDate><dc:creator>tim_harkin</dc:creator></item><item><title>RE: What SQl Agent Jobs Should I set up?</title><link>http://www.sqlservercentral.com/Forums/Topic1366409-391-1.aspx</link><description>I normally create one for checking the error log as well (excluding information you don't need of course), has given me early warnings of corruption etc in the past and I wouldn't do without it now!! I also like to have some performance warnings from the built in metrics and alerts on error codes 17-25 + 823/824/825Simonhttp://www.simonrich.es</description><pubDate>Tue, 02 Oct 2012 03:55:06 GMT</pubDate><dc:creator>Beasto</dc:creator></item><item><title>What SQl Agent Jobs Should I set up?</title><link>http://www.sqlservercentral.com/Forums/Topic1366409-391-1.aspx</link><description>Hi,What are the most common/best SQL Agent Jobs to set up?The ones I generally set up are as follows:- (Daily or weekly depending on job &amp; circumstances)1.) Backing up databases2.) DBCC CheckDB Job3.) Disk Alerts4.) Rebuilding/Reorganising Indexes Based on Fragementation Level5.) Update Stats6.) Recycle Error_Log7.) Recycle Agent_Error_Log8.) Checking File Space of Selected DatabasesWhat other common jobs am I missing/should I be looking at?Kind regards,George</description><pubDate>Mon, 01 Oct 2012 03:11:58 GMT</pubDate><dc:creator>gs1975</dc:creator></item></channel></rss>