I am using XML bulk load to insert data into our SQL server database. Everything was going okay until our source for the xml files decided to change the way the date was inputed. Before, it would be
Now it is
XML bulk load doens't like this, so my script keeps on failing. Is there any way to formate this date properly using XSL or another method? Thanks,
Code:
<reportDate>July 27, 2004</reportDate>
Code:
<reportDate>20040727<reportDate>