Which SQL Server table can I locate keywords associated with a page in DotNetNuke?
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, Tabs
Keywords are updated through a sproc named AddTab
.
Found it through DotNetNuke source code.