Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Monday, November 13, 2017

OLA Maintence JOb (index defrag) stuck

SQLServerCentral » Latest topics
OLA Maintence JOb (index defrag) stuck
Dear all,

I have implemented OLA Maintenance (index defrag) job as per below:

Runs the following command in the database dwhLogging: EXECUTE dbo.IndexOptimize
 @Databases = 'DB1, DB", etc...',
 @FragmentationLow =

No comments: