SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tag Jobs Rss

Refine your search with one of the following additional tags (with number of items):

SQL Agent (14)     alerts (1)     Job history (1)     SQL Server 2008 (1)    
SQL Server 2005 (3)     Batch File (1)     Job Trends (1)     SQL Server 7, 2000 (1)    
Administration (2)     Blogs (1)     Maintenance and Management (1)     SQL Server Agent (1)    
Agent (2)     Editorial (1)     Monitoring (1)     SQL Server Express (1)    
Job Schedule (2)     Generate job schedules (1)     msdb (1)     SQLAgent (1)    
Permissions (2)     generate jobs scipts (1)     proxy accounts (1)     timeline (1)    
scheduling (2)     Graphs (1)     sp_update_job (1)     T-SQL (1)    
Security (2)     history (1)     SQL Server (1)     Video (1)    
   Items 1 to 20 of 24    Next 20 >>
 

Delete SQL Agent Jobs owned by specific user

Script to delete all SQL Agent jobs owned by a user.  Read more...
By Damien Alvarado 2009/09/29 | Source: SQLServerCentral.com | Category: SQL Server Agent
Rating: (not yet rated) |  Discuss |  Briefcase | 254 reads

SQL Server Job Trends on Graphs

 A colleague pointed out a site that collects a lot of job posting data and exposes graphs - so I've taken...  Read more...
By Bill Nicolich 2009/09/21 | Source: SQLServerCentral.com | Category: Blogs
Rating: (not yet rated)  Rate this |  Briefcase | 1,254 reads

Script all the jobs on a SQL server 2005 and apply them in SQL 2008

The script will produce a Drop/Create script for all the jobs existing on the server. Instead of scripting them individually. The output script will also have schedules scripted out  Read more...
By Amit Mathur 2009/09/18 | Source: SQLServerCentral.com | Category: generate jobs scipts
Rating: |  Discuss |  Briefcase | 633 reads

SQL Server Agent Jobs – Displaying Status in an Application

This article shows ways of getting feedback to your users when running a SQL Server agent job from an ASP.NET page  Read more...
By Adam Aspin 2009/09/16 | Source: SQLServerCentral.com | Category: SQL Agent
Rating: |  Discuss |  Briefcase | 5,668 reads

Checking the Job Status on Multiple Servers

Keeping track of the jobs you have running across all your servers can be a challenge these days with fewer and fewer employees. New author Sivakumar Mahalingam brings us an article that shows one way to accomplish this task.  Read more...
By Sivakumar Mahalingam 2009/09/07 | Source: SQLServerCentral.com | Category: Monitoring
Rating: |  Discuss |  Briefcase | 4,874 reads

Auto alert for SQL Agent jobs when they are enabled or disabled

It is often the case in large DBA teams where multiple DBAs can administer the same SQL Servers and it is not apparent to one DBA the importance of some of the jobs to another DBA. In this tip I show how you can be alerted of these changes.  Read more...
By Additional Articles 2009/08/13 | Source: MSSQLTips.com | Category: SQL Agent
Rating:  Rate this |  Briefcase | 2,284 reads

Advice for the Unemployed

Everyone has an opinion on the best advice to give an IT person who is unemployed and wants to get back into paid work. Phil Factor outlines what he would advise.  Read more...
By Phil Factor 2009/07/16 | Source: SQLServerCentral.com | Category: Editorial
Rating: |  Discuss |  Briefcase | 146 reads

Execute SQL job through batch file

This article will show you how you can execute a SQL job with one click, allowing anyone to do this. Author Divya Agrawal shows a technique to let other users run jobs that do things such as perform a backup with a batch file.  Read more...
By Divya Agrawal 2009/06/05 | Source: SQLServerCentral.com | Category: Jobs
Rating: |  Discuss |  Briefcase | 10,615 reads

Create Your Own Batch Runs Composed Of Existing Jobs

Here is a stored procedure that start a job, and then waits until the jobs is finished  Read more...
By John van Beek 2009/06/02 | Source: SQLServerCentral.com | Category: SQL Agent
Rating: |  Discuss |  Briefcase | 650 reads

Analyzing SQL Agent Job and Job Step History in SQL Server

You may have a number of jobs scheduled and often there is the need to analyze the data to see which jobs are taking a long time or which job steps are taking a long time. As you add more jobs and overhead to the server these times become even more critical and analyzing the data is key.  Read more...
By Additional Articles 2009/05/29 | Source: MSSQLTips.com | Category: SQL Agent
Rating: (not yet rated)  Rate this |  Briefcase | 2,056 reads

Job History with Timeline

Similar to many other Job History scripts, but unique in that it has a timeline.  Read more...
By webtekkie 2009/05/13 | Source: SQLServerCentral.com | Category: Jobs
Rating: |  Discuss |  Briefcase | 716 reads

What SQL JOb's are running on 2005 Server

This script returns the information of all SQL Jobs that are running on the server with the latest status.  Read more...
By Sreedhar Kantae 2009/05/01 | Source: SQLServerCentral.com | Category: Jobs
Rating: |  Discuss |  Briefcase | 888 reads

Check if a sql server agent job ran

Checks if a sql server job ran successfully in the last xx minutes.   Read more...
By Jetro 2009/04/29 | Source: SQLServerCentral.com | Category: Agent
Rating: |  Discuss |  Briefcase | 769 reads

Job Report on SQL 2005

get a job report on a server from T-SQL  Read more...
By Bernabe Diaz 2009/04/10 | Source: SQLServerCentral.com | Category: SQL Agent
Rating: |  Discuss |  Briefcase | 811 reads

Managing many SQL Servers?

Here's an article from Rudy Panigas on how to more effectively manage multiple servers.  Read more...
By Rudy Panigas 2009/01/15 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 7,957 reads

Database Job Schedules

By jdshabat 2008/12/31 | Category: Jobs
Rating: (not yet rated) |  Discuss |  Briefcase | 2,495 reads

Proxy Accounts in SQL Server

Yan Pan explains how to set up proxies in SQL Server 2000, 2005 and 2008, and compares the differences between them  Read more...
By Additional Articles 2008/12/30 | Source: Database Journal | Category: proxy accounts
Rating: (not yet rated)  Rate this |  Briefcase | 2,630 reads

Creating One-Time Jobs - SQL School Video

SQL Agent is one of the handiest subsystems in SQL Server. This video shows how you can schedule a one-time job to handle something without you being there.  Read more...
By Andy Warren 2008/12/23 | Source: JumpStartTV | Category: Video
Rating: |  Discuss |  Briefcase | 2,468 reads

How do I assign permissions to users to see SQL Agent Jobs?

You can give your users rights to check if reports have run or jobs are complete without granting full admin rights. Here's how you can do so by using SQLAgentReaderRole in SQL Server  Read more...
By Additional Articles 2008/12/16 | Source: Builder.com | Category: Security
Rating:  Rate this |  Briefcase | 2,544 reads

Scheduling Jobs in SQL Server Express - Part 2

In my previous article Scheduling Jobs in SQL Server Express we saw how to make simple job scheduling in SQL Server 2005 Express work. We limited the scheduling to one time or daily repeats. Sometimes this isn't enough. In this article we'll take a look at how to make a scheduling solution based on Service Broker worthy of the SQL Server Agent itself.  Read more...
By Additional Articles 2008/12/09 | Source: SQLTeam.com | Category: SQL Server Express
Rating: (not yet rated)  Rate this |  Briefcase | 2,100 reads
   Items 1 to 20 of 24    Next 20 >>
 
Most popular

Checking the Job Status on Multiple Servers

Keeping track of the jobs you have running across all your servers can be a challenge these days with fewer and fewer employees. New author Sivakumar Mahalingam brings us an article that shows one way to accomplish this task.  Read more...
By Sivakumar Mahalingam 2009/09/07 | Source: SQLServerCentral.com | Category: Monitoring
Rating: |  Discuss |  Briefcase | 4,874 reads

SQL Server Agent Jobs – Displaying Status in an Application

This article shows ways of getting feedback to your users when running a SQL Server agent job from an ASP.NET page  Read more...
By Adam Aspin 2009/09/16 | Source: SQLServerCentral.com | Category: SQL Agent
Rating: |  Discuss |  Briefcase | 5,668 reads

Managing many SQL Servers?

Here's an article from Rudy Panigas on how to more effectively manage multiple servers.  Read more...
By Rudy Panigas 2009/01/15 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 7,957 reads