Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date Fields
Message
From
10/12/2004 00:35:18
 
 
To
09/12/2004 14:07:14
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Miscellaneous
Thread ID:
00968070
Message ID:
00968220
Views:
8
Darren,

Use the DATEDIFF function:

SELECT DATEDIFF(day, MyFirstDate, MySecondDate)

If it returns a zero, they're the same day.

~~Bonnie




>My biggest beef in SQL Server is the lack of Date fields (without time).
>I am forever having to compare dates from '00:00' to '23:59' when the time is absolutely irrelavent.
>I thought of using a character field to store dates but then the date functions are more complicated and there is no date checking...
>Anyway, your comments are welcome.
>For now, can someone tell me the easiest way to compare a datetime field with multiple times throughout the day to a single date (any time of day)?
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform