At Interchange I heard rumors that there was a way to control LDSD's Data Import feature to make it run more than once per day. I have an import I'd like to run every two hours, and while I know I could always just create duplicate imports, that means I'll have to edit all those dups any time I make a change.
I believe the change involved a SQL trigger, and after a little digging I discovered that tps_application_settings has records relating to the data import schedule, but updating those records only changes what appears in the GUI. The imports still run on the old schedule (perhaps they'd accept my changes if I bounced the data import service, but that's even uglier than the SQL update).
Anyway, if anyone has any ideas I'd appreciate hearing them.
Thanks!