January 25, 2018 at 3:41 pm
I tried to use SSIS package to get data from a SQL database, then exported to an excel file.
Then copy the excel file to a sharepoint document library, and overwrite it if it exists.
I am using SQL server 2016, cannot find a good task to use to complete this. I am a SQL developer, not knowing much about .net or C#.
Any suggestions?
Thanks,
January 25, 2018 at 5:05 pm
use SSRS, set up the report and schedule it.
But, otherwise, you used to have to have a special file connection from codeplex to pull from/to SharePoint, not sure if that's still the case? https://msdn.microsoft.com/en-us/library/hh368261.aspx
-------------------------------------------------------------------------------------------------------------------------------------
Please follow Best Practices For Posting On Forums to receive quicker and higher quality responses
January 26, 2018 at 6:37 am
If third-party tools are an option our solution can handle this quite easily. We have a Premium Excel Destination (as well as source) available in our SSIS Productivity Pack which supports our SharePoint Connection Manager. We also offer a Premium File Transfer Task (available in both SSIS Productivity Pack and our SharePoint toolkit) to assist with transferring of files which also supports our SharePoint Connection Manager.
January 26, 2018 at 10:09 am
Thanks!
At this time I am not interested to purchase any third party tool to accomplish this.
I tried to install the sharepoint adapter from codeplex site, I download the newest for SQL 2016.
But after install I cannot find the components in SSIS toolbox of Visual Studio 2017.
What should I do?
January 26, 2018 at 12:43 pm
do you have an available SSRS server?
-------------------------------------------------------------------------------------------------------------------------------------
Please follow Best Practices For Posting On Forums to receive quicker and higher quality responses
January 26, 2018 at 12:57 pm
Yes, we have SSRS server.
But for this case, we only want to put the doc to sharepoint library.
It is used for our network department sharepoint library .
we pull some computer information from SQl server and export to excel and push to sharepoint document library.
Disaster recovery documents.
Thanks,
January 26, 2018 at 2:59 pm
right, but that's basically exactly what an SSRS subscription does. run a report from SQL, export in some format, save it somewhere. Think you should use that avenue, since it's available. You can hide the report so users don't see it to run it, or put it in a subfolder that they don't have access to on the server.
-------------------------------------------------------------------------------------------------------------------------------------
Please follow Best Practices For Posting On Forums to receive quicker and higher quality responses
January 26, 2018 at 3:05 pm
Does the report subscription can push the excel file to a sharepoint document library?
We here use sharepoint a lot, we want this document to be pushed to sharepoint library as other disaster recovery documents.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply