In the application I have a query that compares the current time of the server with a pre-set timetable recorded in a table:
select CAST(HORA_FECHAMENTO AS datetime) as HORA_FECHAMENTO,
CAST(CONVERT(VARCHAR(11),GETDATE(),8) as datetime) as...
asked by
11.01.2016 / 04:54