sql-server-maintenance-solution-master
sms Sharp 

所属分类:WEB开发
开发工具:WINDOWS
文件大小:110KB
下载次数:0
上传日期:2020-11-09 16:37:36
上 传 者aki123
说明:  SMS Sending source code in c sharp 2

文件列表:
CommandExecute.sql (10477, 2020-01-26)
CommandLog.sql (965, 2020-01-26)
DatabaseBackup.sql (202291, 2020-01-26)
DatabaseIntegrityCheck.sql (91784, 2020-01-26)
IndexOptimize.sql (131102, 2020-01-26)
LICENSE (1071, 2020-01-26)
MaintenanceSolution.sql (455221, 2020-01-26)
Queue.sql (698, 2020-01-26)
QueueDatabase.sql (1302, 2020-01-26)

# SQL Server Maintenance Solution [![licence badge]][licence] [![stars badge]][stars] [![forks badge]][forks] [![issues badge]][issues] [![bug report badge]][bug report] [![feature request badge]][feature request] [![question badge]][question] ## Getting Started Download [MaintenanceSolution.sql](/MaintenanceSolution.sql). This script creates all the objects and jobs that you need. You can also download the objects as separate scripts: - [DatabaseBackup](/DatabaseBackup.sql): SQL Server Backup - [DatabaseIntegrityCheck](/DatabaseIntegrityCheck.sql): SQL Server Integrity Check - [IndexOptimize](/IndexOptimize.sql): SQL Server Index and Statistics Maintenance - [CommandExecute](/CommandExecute.sql): Stored procedure to execute and log commands - [CommandLog](/CommandLog.sql): Table to log commands Note that you always need CommandExecute; DatabaseBackup, DatabaseIntegrityCheck, and IndexOptimize are using it. You need CommandLog if you are going to use the option to log commands to a table. Supported versions: SQL Server 2008, SQL Server 2008 R2, SQL Server 2012, SQL Server 2014, SQL Server 2016, SQL Server 2017, SQL Server 2019, Azure SQL Database, and Azure SQL Database Managed Instance ## Documentation
  • Backup: https://ola.hallengren.com/sql-server-backup.html
  • Integrity Check: https://ola.hallengren.com/sql-server-integrity-check.html
  • Index and Statistics Maintenance: https://ola.hallengren.com/sql-server-index-and-statistics-maintenance.html
[licence badge]:https://img.shields.io/badge/license-MIT-blue.svg [stars badge]:https://img.shields.io/github/stars/olahallengren/sql-server-maintenance-solution.svg [forks badge]:https://img.shields.io/github/forks/olahallengren/sql-server-maintenance-solution.svg [issues badge]:https://img.shields.io/github/issues/olahallengren/sql-server-maintenance-solution.svg [bug report badge]:https://img.shields.io/github/issues/olahallengren/sql-server-maintenance-solution/Bug%20Report.svg [feature request badge]:https://img.shields.io/github/issues/olahallengren/sql-server-maintenance-solution/Feature%20Request.svg [question badge]:https://img.shields.io/github/issues/olahallengren/sql-server-maintenance-solution/Question.svg [licence]:https://github.com/olahallengren/sql-server-maintenance-solution/blob/master/LICENSE [stars]:https://github.com/olahallengren/sql-server-maintenance-solution/stargazers [forks]:https://github.com/olahallengren/sql-server-maintenance-solution/network [issues]:https://github.com/olahallengren/sql-server-maintenance-solution/issues [bug report]:https://github.com/olahallengren/sql-server-maintenance-solution/issues?q=is%3Aopen+is%3Aissue+label%3A%22Bug+Report%22 [feature request]:https://github.com/olahallengren/sql-server-maintenance-solution/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22 [question]:https://github.com/olahallengren/sql-server-maintenance-solution/issues?q=is%3Aopen+is%3Aissue+label%3AQuestion

近期下载者

相关文件


收藏者