quartz.net - RAMJobStore (quartz_jobs.xml) to AdoJobStore Data Move -
my team , trying figure out way "load up" our sql server database quartz.net schema installed. <add key="quartz.datasource.default.provider" value="sqlserver-20"/> for demo's, we've been storing our job-setups in .xml (quartz_jobs.xml). my question : is there way "load up" scheduling data .xml (quartz_jobs.xml) (quartz.simpl.ramjobstore), , "save off" adojobstore (quartz.impl.adojobstore.jobstoretx) ? the reason our "start up" data written placed in .xml. right now, way see putting jobs adojobstore "coding them up" in c# code through quartz.net object model. or "playing back" profiled tsql (using sql profiler) :( direct question above "(getting xml sql-server)".....the higher level question "how 1 populate adojobstore start data...that isn't "coding them up" in c# code. edit: i'm putting in code works......using marko's (accepted answ...