Connecting Tech Pros Worldwide Forums | Help | Site Map

How to copy column(s) from one excel sheet to another using sql server.

Member
 
Join Date: Oct 2006
Posts: 49
#1   Feb 19 '09
Hi,

Does anyone have an idea that how to copy column(s) from one excel sheet to another sheet using sql server.

Thanks for your help in advance.

-Deven



Telinstryata's Avatar
Newbie
 
Join Date: Nov 2008
Posts: 10
#2   Feb 20 '09

re: How to copy column(s) from one excel sheet to another using sql server.


Which version of SQL Server are you using, and are you copying into a new excel file or are you trying to copy into an existing excel file?
Member
 
Join Date: Oct 2006
Posts: 49
#3   Feb 23 '09

re: How to copy column(s) from one excel sheet to another using sql server.


ok, my SSIS package (sql server 2005) transfers data in excel 1 and in excel 2 and I want to add column either in excel 1 or in excel 2 like following,

excel 1
A1 B1

excel 2
C1 D1

what want is
either excel 1
A1 B1 C1 D1

or excel 2
A1 B1 C1 D1

Thank you,
Deven
Reply