In my SSIS package, I have to converting values from DateTime to a corresponding INTEGER value. The following sample has been provided.
Any ideas as to how I can con
select DATEDIFF(dd, '12/30/1899', mydatefield)