Hi all.
I'm making an app that will record a daily count of song plays. Each night at midnight, I've made a SQL Server 2005 job that runs. This job needs to reset all values in the "PlaysToday" column to 0. How can I do this with a SQL script that goes in the job editor? Thanks!
I'm making an app that will record a daily count of song plays. Each night at midnight, I've made a SQL Server 2005 job that runs. This job needs to reset all values in the "PlaysToday" column to 0. How can I do this with a SQL script that goes in the job editor? Thanks!