For tasks that run on a schedule such as a database reindex or statistics update, you can use a SQL Job to execute those tasks.
Tol create a SQL job:
-
Open SQL Server Management Studio.
-
Navigate to SQL Server Agent/Jobs in the navigation panel.

-
Right-click on Jobs. The New Job dialog box opens.

-
Enter the data in the information panel. Ensure you select the owner of the Telligent Enterprise database from the Owner drop-down list.
-
Select Steps in the navigation panel.
-
Click New. The New Job Step dialog box displays.
-
Enter the data in the information panel.
-
Enter a unique name in the Step name field.
-
Select your database from the Database drop-down list.
-
Specify the command you want executed.
-
Click OK to close the New Job Step dialog box and return to the New Job dialog box.
-
Select Schedules in the navigation panel.
-
Click New. The New Job Schedule dialog box displays.

-
Enter your data in the New Job Schedule dialog box.
-
Enter a unique name in the Name data field.
-
Specify the day and time you want the job to run. The screen shot example above shows that the job will run on Saturdays at 11:00 P.M.
-
Click OK to close the New Job Schedule dialog.
-
Click OK again.