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
I want that a column of my database, composed by float random numbers, change
Share
I’m only familiar with sql server, but could you set up a stored proc with an infinite loop and a wait?