hello,
Iam trying to export data given in MS Excel to MS SQL Server 2000.
One field in Excel is nr_inst_dt (Installation Date) given in Date format.The corresponding attribute in SQL Server 2000 is of data type int(integer).Iam not allowed to alter the table structure since the front end uses this data in a timestamp manner.
So I want the date in excel to be converted into number of seconds from 1/1/1970 12:00 a.m that I can load into the corresponding integer attribute.
Is there any way in Excel that I can convert the date into number of seconds from 1/1/1979 12:00 a.m ?
Will there be any feature like 'timestamp' which I can make use of ?
Thanks in advance
Iam trying to export data given in MS Excel to MS SQL Server 2000.
One field in Excel is nr_inst_dt (Installation Date) given in Date format.The corresponding attribute in SQL Server 2000 is of data type int(integer).Iam not allowed to alter the table structure since the front end uses this data in a timestamp manner.
So I want the date in excel to be converted into number of seconds from 1/1/1970 12:00 a.m that I can load into the corresponding integer attribute.
Is there any way in Excel that I can convert the date into number of seconds from 1/1/1979 12:00 a.m ?
Will there be any feature like 'timestamp' which I can make use of ?
Thanks in advance