How do I convert SQL Server SMALLDATETIME to a Unix timestamp?
the date was stored as CAST (0x96040474 AS SmallDateTime) in MS Access DB. The data has been flushed to SQL, and I want to convert it to Unix Timestamps for MySQL.
Thanks AO
Agent ogden
source
share