Which SQL Server table can I locate keywords associated with a page in DotNetNuke?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Took me awhile to find it…
Keywords information for a single page is stored in a “Keywords” field within a table called, somewhat unintuitively named,
TabsKeywords are updated through a sproc named
AddTab.Found it through DotNetNuke source code.
