Maintenance jobs
This section describes the maintenance jobs of the Adobe Creative Cloud functionality in Snow License Manager.
SQL Server Agent Job
A non-clustered index is created to enhance the query performance within the Adobe Creative Cloud environment:
-
Index name:
XI_UserId
-
Table:
[adobecc].[LinkedSlmUserDetails]
-
Column:
UserId
-
Included columns:
TenantId
,AdobeCCEmail
,OrgCheckSum
How it operates
The SQL Server Agent Job adobecc.RebuildIndexesJob
maintains index performance based on the level of fragmentation. The job is scheduled to run nightly at 02:30:00, and it performs maintenance as follows:
-
For fragmentation < 10%: No action, the index is skipped.
-
For fragmentation between 10% and 30%: The index is reorganized.
-
For fragmentation > 30%: The index is rebuilt.
This schedule can be adjusted to meet specific client requirements.
If you want to modify the schedule, do the following:
-
Open SQL Server Management Studio.
-
In the SQL Server Agent section, find the
adobecc.RebuildIndexesJob
job. -
To open and see its properties, double-click the job name.
-
In the left-side menu, select the Schedules tab.
-
Adjust the execution time as needed, and then save your changes.