Replace Function Errors with “String or Binary Data will be truncated” While Using NVARCHAR(Max) Posted by By Tracy M December 16, 2022Posted inProgramming, SQL The other day I was working on a script to update a value inside of a long string that is stored in a database. While doing this my script threw…
How to use At Time Zone in SQL Server Posted by By Tracy M July 1, 2021Posted inProgramming, SQL How to convert a DateTime to a DATETIMEOFFSET offset using SQL server’s AT TIME ZONE function. Aahhh... dates and times in code.. aren't they always fun? I needed to migrate…