0

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

alt text

Community
  • 1
  • 1
dance2die
  • 35,807
  • 39
  • 131
  • 194

1 Answers1

3

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.
alt text

Community
  • 1
  • 1
dance2die
  • 35,807
  • 39
  • 131
  • 194
  • 1
    Tabs is the old name for what are pages - unless you lived through version 2 and 3 it would seem unintuitive - good job finding it yourself – braindice Mar 26 '10 at 21:55