Skip to content
English
  • There are no suggestions because the search field is empty.

Changing Existing Heats Speed Levels

Search

Changing Existing Heats Speed Levels

**Consult with level 2 before proceeding**


If you need to change speed levels for a set of already scheduled heats or previously run heats, run the following script in SQL:


Use ClubSpeedV8
UPDATE dbo.HeatMain SET SpeedLevel = 9 WHERE ScheduledTime BETWEEN ‘2014-01-01 00:00:00’ AND ‘2015-02-24 14:23:23’ AND SpeedLevel = 1

 

**Back up the DB before running the script


[change SpeedLevel=# to what you want it to be & the dates to the proper range]

Related Articles