-
Notifications
You must be signed in to change notification settings - Fork 889
Comparing changes
Open a pull request
base repository: olahallengren/sql-server-maintenance-solution
base: main
head repository: marshallwp/sql-server-maintenance-solution
compare: master
- 16 commits
- 3 files changed
- 7 contributors
Commits on Feb 18, 2021
-
Changed subquery on index_resumable_operations to use 'state' instead…
… of 'state_desc'
Configuration menu - View commit details
-
Copy full SHA for 5e6b016 - Browse repository at this point
Copy the full SHA 5e6b016View commit details
Commits on Jan 17, 2022
-
Changed order of insert to move NORECOMPUTE before the RESAMPLE.
Configuration menu - View commit details
-
Copy full SHA for 68fc638 - Browse repository at this point
Copy the full SHA 68fc638View commit details
Commits on Mar 16, 2022
-
Update IndexOptimize.sql - support columnstore
Add support for maintaining columnstore indexes
Configuration menu - View commit details
-
Copy full SHA for b980985 - Browse repository at this point
Copy the full SHA b980985View commit details -
Merge pull request #1 from misha-sql/IndexOptimize---columnstore-support
Update IndexOptimize.sql - support columnstore
Configuration menu - View commit details
-
Copy full SHA for 84515c2 - Browse repository at this point
Copy the full SHA 84515c2View commit details
Commits on May 11, 2022
-
Added functionality to correctly update statistics on external table. Per MS, they cannot be ALTERED. They must be dropped and recreated. Added variable @ExternalTables. Default is to REBUILD external table stats. Any additional values will be ignored.
Configuration menu - View commit details
-
Copy full SHA for be7a674 - Browse repository at this point
Copy the full SHA be7a674View commit details
Commits on Jun 29, 2022
-
fixes to original code to only use the current definition, rather than all columns.
Configuration menu - View commit details
-
Copy full SHA for 41c7f8d - Browse repository at this point
Copy the full SHA 41c7f8dView commit details
Commits on Apr 14, 2023
-
DatabaseBackup - Performance Fix
Fix performance issue with validation check that ensures the on disk names are unique. #739
Configuration menu - View commit details
-
Copy full SHA for 95363da - Browse repository at this point
Copy the full SHA 95363daView commit details
Commits on Oct 27, 2023
-
Update MaintenanceSolution.sql
Introduces a version of the Output File Cleanup job that is compatible with SQL Server 2017 CU18+ on all platforms.
Configuration menu - View commit details
-
Copy full SHA for 28614dc - Browse repository at this point
Copy the full SHA 28614dcView commit details -
Merge pull request #1 from BinaryWizard904/Linux-Compatible-Output-Fi…
…le-Cleanup-Job Introduce Linux-compatible Output File Cleanup Job
Configuration menu - View commit details
-
Copy full SHA for a0b95ae - Browse repository at this point
Copy the full SHA a0b95aeView commit details -
Merge pull request #2 from muchinski/master
Changed subquery on index_resumable_operations to use 'state' instead of 'state_desc'.
Configuration menu - View commit details
-
Copy full SHA for 4611484 - Browse repository at this point
Copy the full SHA 4611484View commit details -
Merge pull request #3 from bwiggins10/master
IndexOptimize Fix NORECOMPUTE before the RESAMPLE issue
Configuration menu - View commit details
-
Copy full SHA for f5d1d1b - Browse repository at this point
Copy the full SHA f5d1d1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11309e4 - Browse repository at this point
Copy the full SHA 11309e4View commit details -
Merge pull request #5 from misha-sql/master
Add support for columnstore indexes
Configuration menu - View commit details
-
Copy full SHA for ad1088f - Browse repository at this point
Copy the full SHA ad1088fView commit details -
Merged Changes to IndexOptimize into MaintenanceSolution.sql
Also converted tabs to spaces.
Configuration menu - View commit details
-
Copy full SHA for c271a8f - Browse repository at this point
Copy the full SHA c271a8fView commit details
Commits on Oct 31, 2023
-
Merge pull request #6 from DavidWiseman/739_DatabaseBackup_Performanc…
…eFix DatabaseBackup - Performance Fix
Configuration menu - View commit details
-
Copy full SHA for 781c23d - Browse repository at this point
Copy the full SHA 781c23dView commit details -
Update MaintenanceSolution.sql
Brings in changes from merging pull requests.
Configuration menu - View commit details
-
Copy full SHA for 1484748 - Browse repository at this point
Copy the full SHA 1484748View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...master