I have only been working with sharepoint for three months, but from the very beginning I was told that the content of the SharePoint content is not limited, since MS can change the scheme at any time. The recommended route is to use the object model, and in most cases I understand this.
Now I need to join some lists to present content grouped by specific fields. Instead, repeating each list, I would prefer to link our own db, which is on the same database server, to the WSS content database and just create a view for the tables. This representation should be in our database to make sure that we do not change ANYTHING in the database of the content content of WSS.
Am I on my way to the eternal damnation or not?
source
share