Viewing 3 posts - 1 through 4 (of 4 total)
Jonathan
I changed the query and the results now match. Your comment regarding the last day of the month triggered a recollection about something similar I saw recently in SQL Server...
January 14, 2004 at 5:09 pm
Thanks Jonathan and SQLBill! Great input and you've all helped a great deal. The data is stored as the INT data type. We didn't consider that UNIX time would be...
October 8, 2003 at 1:19 pm
Having recently learned SQL Server one of the first things my instructor impressed upon us was to begin each SQL session in Query Analyzer with the statement:
USE [databasename]
GO
This will save...
October 22, 2002 at 4:02 pm
Viewing 3 posts - 1 through 4 (of 4 total)