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
Access 2003 report textbox limits to 255 characters
SCCM SP2 Client
Handling pictures in Access
Hyper-V Failed to register service principal name
Tiff File Compression
2008 R2 Connection Broker Load Balancing
I need to capture the output of the datagrid grdAttendees and record each Members Email Address.
Import Outlook 2007 Messages to Access 2007/SQL table including file attachments
help with mysql query
Easiest way to edit a row of data in ListView using C-Sharp