
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2019 08:42 PM
https://www.lansweeper.com/knowledgebase/clearing-tables-to-free-up-space-and-improve-performance/
Can the above be automated if using the old SQL express back-end?
Can the above be automated if using the old SQL express back-end?
Labels:
- Labels:
-
General Discussion
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2019 04:23 PM
Gotcha. If this isn't built into the cleanup tool, I'll leave it alone.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2019 04:13 PM
Theoretically, yes. I'm not 100% sure but I think it does the following:
truncate logs: Truncates tblNtlog and tblntlogmessage
Shrink: This is similar to right-clicking the database in SSMS and using the Shrink task (for files)
Again, best you create a backup before doing this manually, just in case.
truncate logs: Truncates tblNtlog and tblntlogmessage
Shrink: This is similar to right-clicking the database in SSMS and using the Shrink task (for files)
Again, best you create a backup before doing this manually, just in case.
