Useful SQL Server Date Formats
Here are a few date formats that I’ve found useful over the years. These all come from getdate() and are changed by using COVERT or FORMAT commands. I’ve chosen a few of the date formats I’ve used the most: YYYY-MM-dd … Continue reading Useful SQL Server Date Formats