usersnap


Description

User snapshot view providing a historical snapshot of user data for legacy system compatibility and reporting. This view maintains a subset of user information for users with IDs below 1400, supporting legacy system integration, historical data access, and migration processes for older user records.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
UserID int identity 4 null

User identifier - Unique identifier for the user account

FirstName varchar 50 null

User first name - First name of the user

LastName varchar 50 null

User last name - Last name of the user

Title int 4 null

User title - Professional title or position of the user

Relationships

View Definition


Possibly Referenced Tables/Views