I want to change a row's values when a specific time happens in SQL Server
customerId  isBlock       time
-------------------------------  
1           false         12:00
When the time 12:00 happens, dynamically will change isBlock value to true
 
     
    