Link to home
Start Free TrialLog in
Avatar of ukerandi
ukerandiFlag for United Kingdom of Great Britain and Northern Ireland

asked on

sharepoint List

I create List from sharepoint 2010, I need to know after add to List data which database and which table to go my adding data

for example i checked the using following command but its not there
USe [WSS_Content]

            SELECT
                *
            FROM
                AllLists
            WHERE
                tp_Title = 'Holiday Requests'


for example if i add to Holiday request new records i need to know where is keeeping
ASKER CERTIFIED SOLUTION
Avatar of Montoya
Montoya

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial