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

Content with tag msdb Rss

   Items 1 to 3 of 3   
 

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 | 313 reads

SQL Server user defined function to convert MSDB integer value to time value

In a recent tip I outlined a process for converting a date, stored as an integer into a datetime data type. Date and time information for run history of SQL Server Agent jobs is stored within the msdb..sysjobshistory table as an integer data type, not as a datetime as one would expect. As promised, this tip picks up where we left off. On converting the integer-typed run_time into a format that is more user friendly for presentation purposes.  Read more...
By Additional Articles 2009/05/20 | Source: MSSQLTips.com | Category: msdb
Rating: (not yet rated)  Rate this |  Briefcase | 1,174 reads

Database Roles

By bitbucket 2009/02/23 | Category: role
Rating: (not yet rated) |  Discuss |  Briefcase | 3,100 reads
   Items 1 to 3 of 3   
 
Tags
date manipulation (1)    
jobs (1)    
role (1)    
security (1)    
sql server agent (1)    
t-sql (1)    
user defined function (udf) (1)