Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Import Excel to Table

Author  Topic 

under2811
Constraint Violating Yak Guru

366 Posts

Posted - 2009-02-04 : 07:55:09
I am creating an SSIS package for data migration from Excel to SQL Server tables.

Details steps??

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-02-04 : 08:55:07
use this to get data in required format on destination.

http://technet.microsoft.com/en-us/library/ms141723(SQL.90).aspx

so you will have excel source->unpivot transformation-> oledb destination
Go to Top of Page

under2811
Constraint Violating Yak Guru

366 Posts

Posted - 2009-02-05 : 03:54:05
My excel input are numeric values in two columns here and if value exists in that column then i need to set column header as row here
i got it from Excel---- unpivot... destination
T.I.A
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-02-07 : 09:47:42
Cheers
Go to Top of Page
   

- Advertisement -