1 out of 1 rated this helpful Rate this topic

People (UserInfo) Table

The UserInfo table contains information about the authorized users of a SharePoint team Web site in order to track their activity.

This table contains display information about users. Security information (for example, user roles) is stored in the Microsoft FrontPage metadata files, and users are authenticated by using Microsoft Windows NT user accounts.

The following table indicates the fields and data types that are used in the UserInfo table.

Column NameData TypeDescription
tp_IDCounterPrimary key for the table. Uniquely identifies each user.
tp_NameTextThe domain name of the user. This is the name of the user in the FrontPage file system user list or the NT user name (e.g. REDMOND\Somebody). A user can appear in the table once per Web site.
tp_TitleTextThe display name of the user.
tp_EmailTextThe user's e-mail address.
tp_NotesTextA description of the user.
tp_ProjectIntegerA lookup to the Projects table that identifies a project associated with the user.
tp_ModifiedDateTimeThe date and time that the user was most recently modified.
tp_CreatedDateTimeThe date and time that the user was first created.
tp_VersionIntegerAn ID for tracking multiple-user edits. On save, if the version is not the same, someone else has edited the list metadata information.
tp_DeletedBooleanIndicates a user who has been deleted from the UI but not removed because the person still owns tasks.

See Also

Overview of the SharePoint Team Services Database

List Data Types

Using SQL with the SharePoint Team Services Database


Did you find this helpful?
(1500 characters remaining)