Our use of cookies

We use cookies to tailor your experience, gather analytics, and provide you with live assitance. By clicking "Accept" or continuing to browse our site you agree to the use of cookies. For more details please read our Cookie Policy.

5 Ways To Export SharePoint Data to SQL Server

5 Ways To Export SharePoint Data to SQL Server

SharePoint provides us with a great way of capturing and managing data which has seen a huge increase in business data stored in SharePoint On Premise and SharePoint Online lists and libraries. This often means we have the requirement to report against this data. SharePoint doesn’t always make this easy for us!

We can install reporting services into a SharePoint site but it’s still not easy to report against the data. As a consequence of the data not being stored in a relational way, we find there is no easy way to cross-reference data meaning we have to create a dataset for each query and link them using the ‘Lookup’ and ‘LookupSet’ methods. Not ideal!

What would be really nice is if we could export our SharePoint data to normalised SQL Server tables and then use the power of SQL reporting services to generate our reports using this relational model. Reporting Services offers us more flexibility when working with a SQL Server database; We can also use the power and efficiency of the SQL Server database engine to provide to manipulate our data.
There is definitely a compelling reason to investigate how we could export this SharePoint data into SQL Server.
So what approaches could we take to export SharePoint data into SQL Server?

1) Access the SharePoint database directly to export SharePoint Data

PROS:

NONE – This was a trick option! Don’t do this ever!

CONS:

  • Directly accessing the SharePoint content databases is completely unsupported by Microsoft.
  • The schema may well change after SharePoint patches and services packs
  • It can cause performance issues to your SharePoint farm
  • If you get the queries wrong, there’s every chance your reports may also be incorrect!

2) Use CSOM and Powershell scripts to export SharePoint lists

This option provides us with a relational database and we can script the imports. We are able to use the SharePoint Object Model and power shell retrieve the SharePoint lists, interrogate the fields and dynamically create SQL Server Tables before fetching the data, translating it, and loading it into the SQL Server database.

CONS:

  • Slow to setup
  • Lot of work in creating the scripts and tweaking them
  • We need to manage the database schema generation and mappings
  • Complex

3) SQL Server Integration Services (SSIS) and the ‘SharePoint List Adapter’ components for exporting SharePoint data

There’s a good Microsoft resource on what is possible:

http://download.microsoft.com/download/D/2/0/D20E1C5F-72EA-4505-9F26-FEF9550EFD44/SharePoint%20SSIS%20Adapters%202011.docx

CONS:

  • ‘SharePoint List Adapters’ talk to SharePoint using web services, which are slower than using the SharePoint Object Model
  • It’s complicated
  • It takes a lot of effort to set this up
  • Changes to your list schema require changes to your SSIS package and SQL schema
  • Difficult to get working with SharePoint 2013/2016 and SharePoint Online

4) Export to Excel first and then load to SQL Server

You can export the contents of a SharePoint lists, the results of a survey, or document libraries to an Excel spreadsheet.
The export process exports only the columns and rows contained in the list’s current view. If none of the views contain the data that you want to export, then you must create a new view to meet your needs. Alternatively, you can choose one of the existing views, export the list to a spreadsheet, and then delete the unwanted data.

  1. Actions > Export to SpreadSheet.
  2. Save the Excel file.
  3. Open your SQL database with SQL Management Studio.
  4. Right click on your database > Tasks > Import Data.
  5. Select your Excel file as the source, and specific table as destination.
  6. Fill all other needed options.
  7. Click finish.

5) Use AxioWorks SQList to export SharePoint lists and libraries to normalised SQL Server database tables without any development at all

AxioWorks SQList is a lightweight windows service that can be quickly configured to export SharePoint on-premise or SharePoint online data to SQL Server. As well as automatically generating and maintaining SQL schema, SQList will keep your SharePoint data in synch. There are options to archive SharePoint lists and libraries to SQL as well as scheduled exports for those looking for daily exports to a data warehouse or datamart.

Have a look AxioWorks SQList to understand how you can get your SharePoint lists, libraries, files and attachment into normalised sql server databases and continuously replicate them in just a few minutes:

AxioWorks SQList continuously export SharePoint lists and libraries as normalised SQL Server tables, making live SharePoint data available to reporting tools like Power BICrystal Reports, or SSRS.

SQList Full Features

  • Scheduled or adhoc exports

    In addition to the SQList synchronisation service it is now possible to run SQList Pro Plus from a command line or via a task scheduler

  • No list view threshold issues,

    SQList uses native SharePoint change tracking capabilities to negates the requirement for columns indexes or to increase the list view threshold.

  • Expose your SharePoint data to SQL Server Reporting Services (SSRS),

    Power BI, IBM Cognos, iDashboard and build powerful SharePoint  ETL solutions

  • Supports all versions of SharePoint

    including SharePoint Online in Office365

  • Continuously exports SharePoint lists and document libraries:

    SQList will replicate SharePoint lists and documents libraries to single or multiple SQL Server databases.

  • Dynamically builds a normalised set of SQL tables:

    SQList dynamically builds and maitains a normalised set of SQL tables that reflect your SharePoint lists and libraries

  • Export sub-sites automatically:

    export lists and libraries from a SharePoint site and its sub-sites in a single replication.

  • Union view:

    SQList can automatically generate an aggregated SQL view of similar lists and libraries across a site structure.

  • Quick setup,

    with granular selection of lists, libraries, and sites to export.

  • Can be installed anywhere:

    Does not require any changes to SharePoint or SQL Server

  • Simple licensing:

    You only need one license to export data from different SharePoint servers.

  • Uses standard SQL and HTTP connections:

    SQList will connect via local network or across the Internet to cloud hosted SharePoint And SQL instances such as SharePoint Online and SQL Azure

  • Supports all versions of SQL Server

    including SQL Azure

Latest articles

AxioWorks Newsletter September 2023: An exhilarating month.

30 Sep 2023

Hello Reader, September has been a bustling and exhilarating month for us at AxioWorks, filled with advancements, collaborations, and a whole lot of […]
[read article]

The Collaborative Pathway: Bridging Minds in the AI Ecosystem

19 Sep 2023

In recent days, I found myself immersed in an enlightening conversation with a friend, a fellow entrepreneur steering his ship in the vast sea of […]
[read article]

AxioWorks Newsletter August 2023: A month of milestones and innovation.

28 Aug 2023

Hello Reader, September seems to be a month of unexpected milestones and continued innovations at AxioWorks. As the summer wanes and the autumn […]
[read article]

Use Graph API in Power Automate to read large Excel files from SharePoint

28 Aug 2023

Power Automate, a part of Microsoft’s suite of tools, is increasingly becoming a preferred choice for automating workflows and business […]
[read article]

From Punch Cards to Python: Still Hitting the Keys in my 50s

16 Aug 2023

I spent the entire weekend writing code, not because of deadlines to meet or million-pound dreams, but for the kick that I still get from doing it. […]
[read article]

AxioWorks Newsletter July 2023: Unveiling AxioWorks’s latest successes and exciting innovations

27 Jul 2023

Hello Reader, We hope this monthly update finds you in good spirits. As always, we are eager to share the latest developments and exciting ventures […]
[read article]

AI and Data: The Symbiosis of Interaction and Accuracy

13 Jul 2023

Artificial Intelligence (AI) has rapidly emerged as a revolutionary technology that fundamentally alters the nature of human-machine interactions. […]
[read article]

AxioWorks Newsletter June 2023: SQList v8 Release, Webinars, and New Product Development

30 Jun 2023

Hello Reader, Greetings to all our valued customers and subscribers! We are thrilled to share some exciting updates and developments with you in this […]
[read article]

Safeguarding Secrets with Secure Strings and Environment Variables in the Power Platform

26 Jun 2023

In today’s interconnected digital landscape, safeguarding sensitive information and maintaining robust security measures is of paramount […]
[read article]

Case study: Streamlining Medical Trial Data Analysis in the Pharmaceutical industry

15 Jun 2023

In the ever-evolving landscape of the pharmaceutical industry, conducting medical trials and analysing the resulting data are critical for the […]
[read article]

Get SharePoint and SQL news to your inbox

Stay up-to-date with industry news and trends, SQL and SharePoint innovations and all the latest from AxioWorks by subscribing to our monthly newsletter.

Subscribe to the AxioWorks newsletter

*