Apr 22, 2005 #1 Jimmy211 Technical User Joined Aug 8, 2002 Messages 42 Location US Does anyone know if MySql has some sort of agent program similar to MS SQL? Meaning a program that can be set to run code at automatic intervals? Thanks Jimmy211
Does anyone know if MySql has some sort of agent program similar to MS SQL? Meaning a program that can be set to run code at automatic intervals? Thanks Jimmy211
Apr 22, 2005 #2 ericbrunson Technical User Joined Jan 9, 2004 Messages 2,092 Location US Not built in, but you can use windows scheduler or cron to schedule scripts to run. Upvote 0 Downvote