MSSQL Count by Date (when column is DateTime)

In Microsoft SQL, how can we group by a date, when the column we want to group by is a date time? For example, you want the number of rows created for each date, and you have a column in the database called Date_Added (or in my example below, TrcDateTime). Code Sample 1: <pre> select […]