Database table design for scheduling tasks

后端 未结 5 1318
悲哀的现实
悲哀的现实 2020-12-08 05:09

I want to be able to create schedules that can be executed based on a fixed date, repeated daily, repeated on a particular day of the week, repeated on a particular month of

5条回答
  •  离开以前
    2020-12-08 05:48

    Microsoft SQL Server has an efficient and flexible design: https://msdn.microsoft.com/en-us/library/ms178644.aspx

提交回复
热议问题