79388776

Date: 2025-01-26 15:34:14
Score: 1.5
Natty:
Report link

Late to the game but I have spent hours trying to fix this issue. Turned out it was a c# issue picking up the system date format. The system had been set to show the day of the week as in "Sunday 01/26/2025" in the task bar. When this was uploaded to SQL as part of some C# upload service it was causing SQL to throw this error. Setting the date format on the server to not include the day was the quick simple fix. Long term c# code needs updating to not take the system format which I assume must be the default.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shawn