DateTime.MinValue and SqlDateTime overflow February 16, 2023 by Tarik Very simple avoid using DateTime.MinValue use System.Data.SqlTypes.SqlDateTime.MinValue instead.