I am trying to access the data contained in a SharePoint List, from an SQL Server which is on the same domain as my Sharepoint SQL server.
As a workaround, I managed to link to the List via MS Access (using the Sharepoint built-in functionality). However, this does not provide a real-time view of the data (you need to Refresh in order for the Linked Tables to be updated).
Ideally I would like to create an SQL View that will provide real-time access to the data contained in the List. Are there any guidelines for achieving this?