sql-server-maintenance-solution icon indicating copy to clipboard operation
sql-server-maintenance-solution copied to clipboard

SQL Server Maintenance Solution

Results 293 sql-server-maintenance-solution issues
Sort by recently updated
recently updated
newest added

**Description of the issue** DatabaseIntegrityCheck script outcome failed for msdb database and some user databases when @ExtendedLogicalChecks = 'Y'. DBCC CHECKDB ([msdb]) WITH NO_INFOMSGS, ALL_ERRORMSGS, EXTENDED_LOGICAL_CHECKS succeeds. **SQL Server version...

DatabaseIntegrityCheck
Bug Report

Hey Ola, hope you are doing fine :) So my problem is that our monitoring system "Checkmk" is not able to determine the date & time of user databases that...

hi Sir, I am trying to use this stored procedure for restore for ola backups but it throws the below error Msg 201, Level 16, State 4, Procedure CommandExecute, Line...

**Description of the issue** IndexOptimize not writing to Log table when used as TSQL (vs SQLCMD) **SQL Server version and edition** Execute ```SELECT @@VERSION``` Microsoft SQL Server 2019 (RTM-CU16-GDR) (KB5014353)...

So this isn't an issue that is likely fixable, but one that probably needs listing on the FAQs. If you encrypt your backup files to disk then xp_delete_file can't read...

I am thinking about moving the SQL Server Maintenance Solution to its own schema. The background for this, is that I am planning to introduce some new objects, and as...

General

There's currently a parameter in IndexOptimize that allows you to thread between databases. This can be generalized to allow threading even within a database, or even schema. The only necessary...

IndexOptimize
Feature Request

Feature request - adding the ability to identify and "fix" heap fragmentation. I know a heap is usually a bad idea and that heap maintenance is a pain, but there...

IndexOptimize
Feature Request

I am doing DIFF backups unles the modification level is above a certain treshold. DIFF backups should only last for 24 hours, FULL backups for 2 weeks. However, I cannot...

DatabaseBackup
Feature Request
Cleanup

Please add support to look at the newer database options for ELEVATE_ONLINE and ELEVATE_RESUMABLE. It's a whole lot easier to set those than to alter every index.