Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine last minute and second possible in a datetime
Message
 
 
To
18/10/2007 09:32:13
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01261814
Message ID:
01261825
Views:
5
Tracy,

You doun't need to change start date but you're correct about moving end date to the beginnig of the next day
fielddate >= '05/01/2007 00:00:00' and fielddate < '06/01/2007 00:00:00'
>Nevermind, I decided it would be easier to go back one day from the beginning date and foward one day from the endate and do > 04/30/2007 and < 06/01/2007 instead...
>
>
>
>
>
>Datetime range in sql server 2000/2005. I want to pull records from the earliest minute of the beginning date to the last minute of the end date for example, if the user wants to run a report from:
>
>5/01/2007 through 5/31/2007
>
>it would be: fielddate >= '05/01/2007 00:00:00' and fielddate < = '05/31/2007 23:59:59'
>
>right?
>
>How can I determine what the valid condition would be based on the dates entered in Date() format? I need to catch everything in sqlserver from the 1st minute/second of date1 through the last minute/second of date2...
>
>so:
>
>tdate1 = {05/01/2007}
>tdate2 = {05/31/2007}
>
>I need to convert to
>
>'05/01/2007 00:00:00'
>'05/31/2007 23:59:59'
>
>right? Or am I thinking incorrectly about this...
>
>TIA
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform