Datediff Overflow Error in Dockerized SQL Server
Recently, I encountered an interesting error while using SQL Server in a Docker container. The error was a Microsoft.Data.SqlClient.SqlException with the message “The datediff function resulted …
Recently, I encountered an interesting error while using SQL Server in a Docker container. The error was a Microsoft.Data.SqlClient.SqlException with the message “The datediff function resulted …
I installed AddOn.Episerver.Settings in a CMS 12 project. Acccording to the documentation there should be a settings tab showing up under the assets pane. For me this didn’t show up and I …