ArticlesArticles Most Helpful ArticlesMost Helpful Articles Language SettingsLanguage Settings LoginLogin
RSS Feeds
DrillDown Icon Table of Contents
DrillDown Icon MX
DrillDown Icon MANUALS and Other Info for SQL MANEX Client Server
DrillDown Icon Hardware and Software Requirements for Installing SQL Server
DrillDown Icon List of Modules Converted to MANEX Client Server
DrillDown Icon Installing SQL Server
DrillDown Icon System Administrator
DrillDown Icon Security System
DrillDown Icon Accounting Setup
DrillDown Icon System Setup
DrillDown Icon Operations Manuals
DrillDown Icon System Utilities
DrillDown Icon SQL Server Memory Settings and Performance
DrillDown Icon Definitions
DrillDown Icon How to schedule and automate backups of SQL Server databases in SQL Server Express
DrillDown Icon SQL_FAQ's
DrillDown Icon Verify System License Message
DrillDown Icon Trigger
DrillDown Icon Desktop Time Out
DrillDown Icon Stimulsoft
DrillDown Icon Clear Cycle count-SQL
DrillDown Icon Error Code 0x80004005
DrillDown Icon Error: Update has Failed Database "MANEX" is Full
DrillDown Icon Learn More About Creating SQL Queries from SQL Joins
DrillDown Icon Stop SQL Server Transaction Log (.LDF) files from Growing Indefinitely
DrillDown Icon Version of MSSQL and License Requirement for SQL
DrillDown Icon What Kind of Re-Indexing and Other DB Maintenance will need to be Done?
DrillDown Icon What are the hardware requirements to install SQL Server?
DrillDown Icon Zendesk Ticket
DrillDown Icon Customer Relationship Management (CRM)
DrillDown Icon ManEx Minute
DrillDown Icon ManEx Component Exchange
DrillDown Icon ManEx Supplier Directory & Rankings
  Email This ArticlePrint PreviewPrint Current Article and All Sub-Articles
 
What Kind of Re-Indexing and Other DB Maintenance will need to be Done?
Q - What Kind of Re-Indexing and Other DB Maintenance will need to be Done?
 
A -    Re-indexing and other DB Maintenance tasks will have to reside within our Users SQL Administrator at their location.

More than likely our users will not be required to run a re-index on a nightly basis.   The Maintenance that is needed will depend on the number of fragmented tables (meaning records that have been deleted from the middle of the table) and or the tables that have Heavy Transactions.

The users might be able to run on-line re-indexes during business hours depending on the defragments that are found, and then schedule a full re-index once a week that would have to be preformed off line (no one in the system).   How often will be up to the SQL Administrator on location.   There are Statistic tools available within SQL that the Administrator could use to see which tables are in need of re-indexing and how often, etc. . .

There will also be options on what and how often the records are backed up.   The SQL Admin could create a nightly backup that would actually be a partial Backup that will only backup differentials (records that have changed since last backup), which would be much faster than the Full Backup.  And then once a week run a Full Backup.

Again there are many maintenance tools within the SQL that will be up to the SQL Administrator to implement as needed on location.

Article ID: 3579