Coder Social home page Coder Social logo

kisinamso / sqlservermaintenanceboxguideline Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 70 KB

SQL Server Maintenance Box Repository Guideline

blocking data-archiving database database-backup database-backup-scripts database-backup-solutions database-management databases databases-programming index-rebuild integrity-checker shrink sql-job statistic-maintenance t-sql update-statistics sql-mail statistics-maintenance

sqlservermaintenanceboxguideline's Introduction

Database Management Scripts Guideline

This repository contains various T-SQL stored procedures guidelines that can be used for database management tasks.

Contents

  1. Index Maintenance Guideline
  2. Databases Backup Guideline
  3. Statistics Update Maintenance Guideline
  4. Shrink All Databases Log Files Guideline
  5. Database Integrity Check Guideline
  6. Send Job Failure Report E-Mail Guideline
  7. Blocking Check And Send E-Mail Guideline
  8. Analyzing Tables For Archiving Guideline

Index Maintenance Guideline

This stored procedure performs maintenance on indexes in specified or all databases. It checks index fragmentation and reorganizes or rebuilds indexes as needed. For details click here.

Databases Backup Guideline

This stored procedure backs up specified or all databases. It offers options for full, differential, and transaction log backups. For details click here.

Statistics Update Maintenance Guideline

This stored procedure performs maintenance on statistics in specified or all databases. For details click here.

Shrink All Databases Log Files Guideline

This stored procedure aims to shrink all database log files. For details click here.

Database Integrity Check Guideline

This stored procedure checks the integrity of a specified database. If not specified, it checks the integrity of all databases. For details click here.

Send Job Failure Report E-Mail Guideline

This stored procedure sending e-mail for failured job. For details click here.

Blocking Check And Send E-Mail Guideline

This stored procedure sending e-mail for blocking session. For details click here.

Analyzing Tables For Archiving Guideline

This stored procedure analyzing tables for archiving in specified or all databases. For details click here.

sqlservermaintenanceboxguideline's People

Contributors

kisinamso avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.