![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi everyone, I have a problem with a DTS process which imports from excel to SQL. I have tried this dts process on both SQL 2000 and SQL 2005, and they appear to both be behaving the same odd way. The DTS process never is able to pick up any data residing on row '1' of the excel spreadsheet. I have to always shift all the data down one row so it starts on row 2, then all is ok. Would anyone know why this is so? Many thanks peter |
#3
| |||
| |||
|
|
Hi everyone, I have a problem with a DTS process which imports from excel to SQL. I have tried this dts process on both SQL 2000 and SQL 2005, and they appear to both be behaving the same odd way. The DTS process never is able to pick up any data residing on row '1' of the excel spreadsheet. I have to always shift all the data down one row so it starts on row 2, then all is ok. Would anyone know why this is so? Many thanks peter |
#4
| |||
| |||
|
|
Before setting the datapump Transformation you should, using Diconnected Edit, modify your MS Excel connection in such a way: OLE-DB Properties --> Extended Properties : Set 'HDR=NO' (you should find 'HDR=YES' that is the default) After this creae the DataPump Transformation . Bye |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Hello peter, Hi everyone, I have a problem with a DTS process which imports from excel to SQL. I have tried this dts process on both SQL 2000 and SQL 2005, and they appear to both be behaving the same odd way. The DTS process never is able to pick up any data residing on row '1' of the excel spreadsheet. I have to always shift all the data down one row so it starts on row 2, then all is ok. Would anyone know why this is so? Many thanks peter Before setting the datapump Transformation you should, using Diconnected Edit, modify your MS Excel connection in such a way: OLE-DB Properties --> Extended Properties : Set 'HDR=NO' (you should find 'HDR=YES' that is the default) After this creae the DataPump Transformation . Bye |
![]() |
| Thread Tools | |
| Display Modes | |
| |