Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7037849
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:35:41+00:00 2026-05-28T01:35:41+00:00

How can I export to an Excel workbook from a stored procedure to multiple

  • 0

How can I export to an Excel workbook from a stored procedure to multiple sheets with few sql statements?

I am currently using the following statement:

EXEC proc_generate__excel 'db', 'temp',@filename, @SeqNo, @ext, @sqlorder

It will create three Excel workbooks, if there are three sql statement.

How can I export data from three sql statement to three sheets in one Excel workbook?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T01:35:42+00:00Added an answer on May 28, 2026 at 1:35 am
    1. Create an empty Excel file with the sheets in it you need (my example sales.xls with sheets “sheet1″,”sheet2”)

    2. Copy empty file to desired location/name

    3. Using your select statement to get the desired information for sheet1; insert the data into the excel file:

      insert into OPENROWSET(
         'Microsoft.Jet.OLEDB.4.0', 
         'Excel 8.0;Database=d:\export\sales.xls;;HDR=YES', 
         'SELECT * FROM [Sheet1$]')
      select * from sales_part1
      
    4. Using your select statement to get the desired information for sheet2; insert the data into the excel file:

      insert into OPENROWSET(
          'Microsoft.Jet.OLEDB.4.0', 
          'Excel 8.0;Database=d:\export\sales.xls;;HDR=YES', 
          'SELECT * FROM [Sheet2$]')
      select * from sales_part2
      

    Check these links for reference:
    http://www.sqlservercentral.com/Forums/Topic487837-19-1.aspx
    http://www.sqlservercentral.com/Forums/Topic660148-338-1.aspx
    http://www.databasejournal.com/features/mssql/article.php/10894_3331881_1

    Some SO threads:
    SQL Server export to Excel with OPENROWSET
    error on sql script with 'openrowset'

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I export the content of a stored procedure using a SQL Statement?
Can i export a data from a table to an excel sheet, using javascript?
How can i export my data from SQL server 2008 into Excel 2010 or
How can I export a GridView's data to a Microsoft Excel 2007 file? Also,
Any idea how to go about formatting the data so I can export from
Can I export multiple calendar events into a single iCalendar file?
How can i export table data with column name in text file in sql
I want to export my data from grid view to the excel. Unfortunately i
I need to export multiple data tables to Excel on the clients machine, each
how can i export my table to excel sheet in jsp??

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.