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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Deven Oza
    New Member
    • Oct 2006
    • 53

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

    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
    New Member
    • Nov 2008
    • 11

    #2
    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?

    Comment

    • Deven Oza
      New Member
      • Oct 2006
      • 53

      #3
      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

      Comment

      Working...