Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dumb Question...but I need to be sure
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00719741
Message ID:
00719745
Views:
15
It may miss some records because dateme values are stored with accuracy one three-hundredth of a second. IOW, any records with meetings.begintime >= '10/31/2002 23:59:59.003' will be missed.


>When using the between clause in the SQL Server Select statement, such as:
>
>Select meetings.lastname,firstname frin dbo.meetings
>where meetings.begintime between '10/01/2002 00:00:00' and '10/31/2002 23:59:59'
>
>Will this include all records for the month?
>
>Thanks
>Kirk
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform