MS SQL Server Job with precise timing
- by TcKs
Hi,
I have a DB with game data (map, players, etc...) and I have a game core mechanics writen in T-SQL stored procedure.
I need process game loop (via the stored procedure) every "X" seconds.
I tried used the SQL Job, but when I set the interval to seconds, the SQL server stops responding. If I set the interval greater than one minute, all was…