Microsoft
Software
Hardware
Network
Question : How do I get the time only from a SQL datetime value?
I've googled this until my brain hurts and every example I try doesn't return the right thing. I have this, in a datetime field:
'2007-03-17 13:25:00'
I need to query on the time only. (13:25:00) How do I do this reliably?
Thanks!
Answer : How do I get the time only from a SQL datetime value?
SELECT CONVERT(CHAR(10),GETDATE()
,8)
Random Solutions
BitmapData pointer in C#
Range.Copy() causes a -2146827284 COMException
Certification renewal for OWA
I have rules that automatically move email into Outlook 2007 sub folders. Only the most important email stays in my Inbox. Need a way of displaying all Unread Mail that is only in my Outlook Inbox
Out-of-Office rule doesn't forward emails sent to distribution list
2 node cluster won't failover to one node
Formatting a 60gb hard drive fails in Disk Management
Intercepting WM_KEYDOWN messages
SSIS password Recovery or expiration
How do I retrieve the path and template name of an attached Word template?