How do I export stored procedure results to excel?

  • Thread starter Thread starter Sunny
  • Start date Start date
S

Sunny

Hi,

I have written stored procedure, which accepts input and produces results
set depends on input parameter. How can I export stored procedure results to
MS Excel?

Thanks.
 
use Access Data Projects.

double-click on the procedure to execute it; it prompts you for the
parameter inputs.. then it returns the results in datasheet view.

from there; export to Excel, tools, export to excel right?

-Aaron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top