Hello - I am trying to create a solution that will query a list on our Sharepoint site and download the results to SQL. My previous solution was working fine until the list in question surpassed 5000 records. We cannot split up this list into multiples due to end user confusion.
While I have not found any way to do this from searching I thought asking experts here would be the quickest way to a solution. With that being said can anyone suggest a method we can implement using SDK (v16) and C#?
Oh it should not matter but the C# code is being executed within an SQL 2012 SSIS package.