Have a look at this article and see if it helps
Excel Inserts Null Values
(http://www.sqldts.com/default.aspx?254)
--
Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - SQL Server 2005 Integration Services.
www.Konesans.com
"John Ballesteros" <John Ballesteros (AT) discussions (DOT) microsoft.com> wrote
Quote:
I am trying to import some rows from a Excel sheet to a SQL Server table, but
when the first 200 rows on the sheet does not have values for a column, the
dts asumes that the whole column does not have values and import a NULL value
into the table, even if the column has values on the 250th row. If the Excel
sheet has a value on that column on the first 200 row, the DTS imports the
data right.
What can I do to make my DTS work right no matter if there is a value on the
first 200 rows or not?
Thanks for your help |