SQL-Server-Date
From SQLServerPedia
|
There are three hot topics around SQL Server and dates: date functions, the release dates for different SQL Server versions and editions, and how to handle date formats from end users. Here are some articles to help you get started fast with each of those: SQL Server Date FunctionsThese functions are the bread and butter of your stored procedures and views:
SQL Server Service Pack and Hotfix Release DatesWant to know when a new version is coming out, or when support expires for an older version of SQL Server?
SQL Date Format HandlingSQL Server can do more than just replace characters in a string: it can also uppercase and lowercase strings, calculate string lengths, and more.
SQLServerPedia Editors' Favorite Articles on Date FeaturesOur editors recommend these links:
|