Viewing post 1 (of 1 total)
You can use ROW_NUMBER() in SQL Server 2005. This is similar to 'rownum' in Oracle. A list of dates can then be obtained as follows:
--------------------------------------------------------------
-- Code to return...
January 4, 2007 at 2:35 pm
#681340