Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2005
»
SQL Server 2005 Integration Services
»
Export To Excel
Export To Excel
Rate Topic
Display Mode
Topic Options
Author
Message
ningaraju.n
ningaraju.n
Posted Tuesday, September 25, 2012 4:02 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Thursday, February 21, 2013 3:14 AM
Points: 134,
Visits: 425
Hi Guys,
I am new to SSIS,Could you please help me to implement(step by step) below task.
Task:
I need to export data returned from storedprocedure to new(dynamically created) excel file in specific folder.
Thanks and Regards,
Ningaraju N E
Post #1363902
anthony.green
anthony.green
Posted Tuesday, September 25, 2012 4:24 AM
SSCertifiable
Group: General Forum Members
Last Login: Friday, April 12, 2013 3:51 AM
Points: 5,075,
Visits: 4,831
create a data flow task
drag in a ole-db ado.net source connector, up to you which
drag in an excel destination connector
create the connection strings in both of the connectors to the database and to the excel file
set the source connector to run the stored proc
drag the line between the two connectors
run the package.
Want an answer fast? Try here
How to post data/code for the best help - Jeff Moden
Need a string splitter, try this - Jeff Moden
How to post performance problems - Gail Shaw
CrossTabs-Part1
&
Part2 - Jeff Moden
SQL Server Backup, Integrity Check, and Index and Statistics Maintenance - Ola Hallengren
Managing Transaction Logs - Gail Shaw
Troubleshooting SQL Server: A Guide for the Accidental DBA - Jonathan Kehayias and Ted Krueger
Post #1363917
ningaraju.n
ningaraju.n
Posted Tuesday, September 25, 2012 4:44 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Thursday, February 21, 2013 3:14 AM
Points: 134,
Visits: 425
Thanks,Can I get better link for the same?
Post #1363934
anthony.green
anthony.green
Posted Tuesday, September 25, 2012 4:47 AM
SSCertifiable
Group: General Forum Members
Last Login: Friday, April 12, 2013 3:51 AM
Points: 5,075,
Visits: 4,831
Take a look in the stairways section, for the stairway to integration services also there is plenty on the internet if you use a defined search term like using ssis to export to excel
Want an answer fast? Try here
How to post data/code for the best help - Jeff Moden
Need a string splitter, try this - Jeff Moden
How to post performance problems - Gail Shaw
CrossTabs-Part1
&
Part2 - Jeff Moden
SQL Server Backup, Integrity Check, and Index and Statistics Maintenance - Ola Hallengren
Managing Transaction Logs - Gail Shaw
Troubleshooting SQL Server: A Guide for the Accidental DBA - Jonathan Kehayias and Ted Krueger
Post #1363939
kl25
kl25
Posted Tuesday, September 25, 2012 8:48 AM
SSC Veteran
Group: General Forum Members
Last Login: Friday, May 10, 2013 4:23 PM
Points: 237,
Visits: 1,092
One other thing you might want to try. Use the 'Export Data' function in SSMS to export something from SQL Server to an excel spreadsheet. Be sure to save the package that is auto created.
When you've finished with the wizard, examine the saved package. That will give you an idea of how to build a package to export to excel. You'll want to take a good look at the SQL Task used to create the excel spreadsheet. It's a step that's needed before the data flow so that you have the excel spreadsheet to receive the data.
Added:
You'll also want to check the data flow. You'll find that there is a data conversion that's needed for preparing the data to be handled by excel data types.
Post #1364095
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.