janhebnes / startlist.club

Flight Log for flight clubs - created for handling flight log operations for soaring flight clubs in northern Europe.
https://startlist.club/about
MIT License
13 stars 10 forks source link

Azure Recommended index on AppliedExercises #198

Closed janhebnes closed 3 years ago

janhebnes commented 3 years ago
CREATE NONCLUSTERED INDEX [IX_AppliedExercises_FlightId] ON [dbo].[AppliedExercises] ([FlightId]) WITH (ONLINE = ON)