SQL通过定时器重复事件
我希望数据库中的一列由浮点随机数组成,由计时器确定每 x 秒更改一次。
我读到了有关计划任务事件的信息,但我无法使用它。
请帮忙
I want that a column of my database, composed by float random numbers, change every x seconds determined by a timer.
I read about Schedule Tasks Events but i can't work it.
Please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下语句解决了部分问题,希望对其他用户有用:
The following statement solve part of the problem, i hope it will be useful for others users:
我只熟悉sql server,但是你能设置一个带有无限循环和等待的存储过程吗?
I'm only familiar with sql server, but could you set up a stored proc with an infinite loop and a wait?