﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / SQL Server 2005 Integration Services  / How to load Date columns in consistent manner / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Mon, 20 May 2013 16:33:14 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: How to load Date columns in consistent manner</title><link>http://www.sqlservercentral.com/Forums/Topic1408142-148-1.aspx</link><description>You can import the data as a string and in the dataflow manipulate the string in a derived column transformation to put it into yyyymmdd format, and append that to the time portion. This is the universal standard for date string and will import nicely into your datetime column, of your destination.</description><pubDate>Wed, 20 Mar 2013 11:27:23 GMT</pubDate><dc:creator>mmartin1</dc:creator></item><item><title>RE: How to load Date columns in consistent manner</title><link>http://www.sqlservercentral.com/Forums/Topic1408142-148-1.aspx</link><description>[quote][b]sqlstud (1/16/2013)[/b][hr]Hi,[b]I am loading the table from Excel source using SSIS 2005.[/b]Excel contains one of the columns as [b]Exp_Date[/b] and its examples values are10/09/2010  17:00:51 11/09/2010  11:45:16 11/09/2010  11:45:16 13/09/2010  10:07:59 13/09/2010  10:07:59 13/09/2010  10:07:59 14/09/2010  10:44:59 15/09/2010  10:44:59 16/09/2010  14:19:25 In table, for some columns it is loading fine. But for some columns it is loading in an inconsistent manner, i.e. a date that should be loading as ‘10/09/2010’ is actually loading as ‘09/10/2010’.Please advise how to load the date column values into table as it is in Excel file.RegardsSqlStud[/quote]Which driver are you using? The built-in driver? Please post the connection string so we can see the properties? Post the Excel file as an attachment to this thread as well.</description><pubDate>Thu, 17 Jan 2013 08:41:43 GMT</pubDate><dc:creator>opc.three</dc:creator></item><item><title>How to load Date columns in consistent manner</title><link>http://www.sqlservercentral.com/Forums/Topic1408142-148-1.aspx</link><description>Hi,I am loading the table from Excel source using SSIS 2005.Excel contains one of the columns as [b]Exp_Date[/b] and its examples values are10/09/2010  17:00:51 11/09/2010  11:45:16 11/09/2010  11:45:16 13/09/2010  10:07:59 13/09/2010  10:07:59 13/09/2010  10:07:59 14/09/2010  10:44:59 15/09/2010  10:44:59 16/09/2010  14:19:25 In table, for some columns it is loading fine. But for some columns it is loading in an inconsistent manner, i.e. a date that should be loading as ‘10/09/2010’ is actually loading as ‘09/10/2010’.Please advise how to load the date column values into table as it is in Excel file.RegardsSqlStud</description><pubDate>Wed, 16 Jan 2013 22:15:21 GMT</pubDate><dc:creator>sqlstud</dc:creator></item></channel></rss>