ComMd Table

The ComMd table stores Web discussion comments.

Warning  Modifying the database schema or database structures is not supported. Changes that you make to the database contents may be overwritten when you install updates or service packs for Windows SharePoint Services, or when you upgrade an installation to the next product version.

Columns

Column nameData typeDescription
SiteIduniqueidentifierGUID for the SharePoint site to which the Web discussion belongs. Found in the Sites table.
DocIduniqueidentifierGUID for the document. Found in the Docs table.
IdintPrimary key for the table.
ParentIdintPrimary key of the parent node for a reply in a threaded discussion. Contains 0 for a top-level node.
CommentIdnvarcharNot used.
BookmarknvarcharAnchor point within a document for the discussion item, providing a hash that tracks where the comment goes in the document.
AuthornvarcharDisplay name of the user who created the comment.
UserIdintMember ID of the Windows SharePoint Services user.
SubjectnvarcharSubject line of the comment.
CreateddatetimeDate and time that the comment was created.
StatussmallintStatus of the discussion item, which tracks open versus resolved comments.
CommentntextBody or text of the comment.
SizeintSize of the comment.

Page view tracker