Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要每天对 teradata 数据库执行查询(选择 + 插入)。
这可以在(teradata-)数据库中完成,还是我应该考虑外部手段(例如cron-job)。
Teradata 没有内置调度程序来运行作业。您将需要利用诸如 cron 或 Tivoli Workload Scheduler 之类的东西来管理您的作业计划。