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
MS Word conversion to Adobe
MS Access - References Lost When Distributing
Feature ID not registered
OCS 2007 Archiving Query
Event ID: 33002 Access blocked because signature is not valid
SSRS: Can I make a rectangle that truly hides
ASP.NET - Reading from resource file
ms sql change string with all upper case to proper lower case sentence
Multiple criteria for ms access query
Weird multi-user Access performance problem