Tag: sql date

Troubleshooting Issues when Working with Date and Time in SQL Server

Database administration, Troubleshooting Issues

The Microsoft SQL Server database stores the date and time information in a variety of formats. The...
Read More

Converting DateTime to YYYY-MM-DD Format in SQL Server

Database administration, Work with data

An SQL Server database can store a variety of data types, such as numbers, text strings, Boolean values, dates, etc. However, storing and...
Read More

SQL Date Format: How to Handle It the Smart Way

Database administration, Work with data

Thanks to the diversity of cultures on Earth, we have a variety of date formats. For numeric dates, we have month-day-year,...
Read More
Close