Hi i want to retrive some data from sharepoint database . what i have to do. how can i make query on sharepoint database?
|
|
|||
|
|
|
You shouldn't because of these reasons:
Let me clarify, that #1 DOES NOT ALLOW you to modify sharepoint database in any way. SELECT`ing is permitted, however, as mentioned, that may lead to other problems. However, if you are not interested in these points, then just use Visual Studio to connect to existing database, just do the regular procedure on how you connect to any other database. But you can make your own database and store some additional information there. Access SharePoint data the right way
|
|||
|
|
|
|
I have one thing to add. If you do decide to query sharepoint content databases directy, use the NOLOCK hint to prevent shared lock being taken out and potentially creating dead locks in the application. |
||
|
|
