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
SQL Select Distinct Results (Complex)
Fortigate as a mail relay/reverse proxy/ISA?
GetPivotdata Formula
How to open website (hosted on Win Server 2008, IIS) in Microsoft Frontpage 2000?
Terminal Services problem
Include signature when creating new e-mail from VBA command
Insert Range Contents into a UserForm
Custom DataGridView cell definition
Windows 2000 Server - How to repair or replace DNS service
transpose multiple records into one - too many fields defined?