Hi all,
Using SQL Server 2000 and trying to import about 200 tables from an ODBC source. A number of them consistently fail because for some reason the source tables have a DATE field and one or two records amongst hundreds of thousands have only 2 digits for the year instead of 4.
I've tried writing some VB Script to detect this and automatically convert to 4 digits on the fly as part of a DTS package, but I can't get it to work.
Can somebody help?
Thanks.
Using SQL Server 2000 and trying to import about 200 tables from an ODBC source. A number of them consistently fail because for some reason the source tables have a DATE field and one or two records amongst hundreds of thousands have only 2 digits for the year instead of 4.
I've tried writing some VB Script to detect this and automatically convert to 4 digits on the fly as part of a DTS package, but I can't get it to work.
Can somebody help?
Thanks.