Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IowaComputerGurus/dnn.scheduledjobs
A DNN mdoule for scheduled Job execution
https://github.com/IowaComputerGurus/dnn.scheduledjobs
database database-management dnn dnncms dotnetnuke hacktoberfest
Last synced: about 1 month ago
JSON representation
A DNN mdoule for scheduled Job execution
- Host: GitHub
- URL: https://github.com/IowaComputerGurus/dnn.scheduledjobs
- Owner: IowaComputerGurus
- License: mit
- Created: 2016-06-30T19:10:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T07:56:28.000Z (over 1 year ago)
- Last Synced: 2024-08-03T22:02:19.522Z (5 months ago)
- Topics: database, database-management, dnn, dnncms, dotnetnuke, hacktoberfest
- Language: C#
- Homepage:
- Size: 354 KB
- Stars: 5
- Watchers: 5
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-dnn - Scheduled SQL Jobs
README
# ICG DNN Scheduled SQL Jobs
[![Build status](https://iowacomputergurus.visualstudio.com/_apis/public/build/definitions/50c931be-dbcb-44dd-a9bc-c5ae281e4051/22/badge)](https://iowacomputergurus.visualstudio.com/_apis/public/build/definitions/50c931be-dbcb-44dd-a9bc-c5ae281e4051/22/badge)Keeping a DotNetNuke site database clean can be a real nightmare for those hosting sites on shared hosting providers. With this free module, we can help reduce the effort needed to keep your database working smooth as can be.
This host only module is great for running scheduled tasks toclean the EventLog, Site Log, Shrink the Database and other common tasks. The module comes pre-configured with a number of jobs that will help improve the performance of your database. It also supports the ability to define custom job types to execute tasks of your own.
With full support for regular intervals of execution it makes database administration easy.
## Minimum DNN Version
Starting with Version 08.00.04 of this module you must be using DNN Version 9.0.0 or later.
## Included Tasks
The following tasks are included as part of the default installation of this module.
* Clear Admin Logs - This process clears the internal Exceptions, ExceptionEvents, and EventLog tables within DNN Platform. These tables can at times grow excessivly and this job does a proper truncate by removing the Foreign Keys, Truncating Data, and Re-adding the Foreign Keys.
* Clean Site Log - This purges the 'SiteLog' database table. This table should not be used in current versions of DNN
* Shrink Database - This executes a 'DBCC SHRINKDATABASE' command for the current database