I am trying to get the current time as a unix timestamp from my MSSQL database.
In Mysql, I could say something like:
SELECT id, caregiver_id, client_id, week_no, CURTIME() as Synch_Time FROM dbo.Visits
But in T-SQL there is no CURTIME () function
Does anyone know of a solution?
thanks
Kevin
Kevin bradshaw
source share