Question : In which table (msdb Database) i can find all Job Schedule property information like Daily frequency details?

I Deployed the jon in 30 ETL server to run every 5 min. Now i need to change it to every 1 min in all 30 ETL Server. Can you pls tell me in which table i can find this information in msdb database. So that i can update the column value to 1 min instead of 5 min. Thanks?

Answer : In which table (msdb Database) i can find all Job Schedule property information like Daily frequency details?

I found it

update msdb..sysschedules set freq_subday_interval=1 where name='FilesCollectionSchedule1' and freq_subday_interval=5

But i you guys knows better solution pls let me know.

Thanks

Random Solutions  
 
programming4us programming4us