how to set all the min and sec data to zero in sql server code example
Example: how to set all the min and sec data to zero in sql server
DATEADD(hh, DATEDIFF(hh,0,'2010-04-04 14:15:02'), 0)
DATEADD(hh, DATEDIFF(hh,0,'2010-04-04 14:15:02'), 0)