Get Sharepoint List Access from SQL Server
Well, here I go – how to natively (or naively at this point – I just started this) manipulate Sharepoint Lists from SQL Server. I did it! It is not using a linked server (I will get to the bottom of that though) but using an OPENROWSET works. This means that the user needs to […]