Connecting Tech Pros Worldwide Help | Site Map

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

  #1  
Old February 19th, 2009, 07:52 PM
Member
 
Join Date: Oct 2006
Posts: 49
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



  #2  
Old February 20th, 2009, 07:06 PM
Telinstryata's Avatar
Newbie
 
Join Date: Nov 2008
Posts: 10

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?
  #3  
Old February 23rd, 2009, 04:44 PM
Member
 
Join Date: Oct 2006
Posts: 49

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