Category: sql-server

TSQL query that would return me the earliest date and the latest date in a table

I have a table in a sql server 2008 database that contains bunch of records as well as a date column. The date is inserted automatically when a new entry to the table occurs. So, it contains the date of the record that has been created. I am trying to run a query that would […]