Create a New SQL Server Maintenance Plan with the Maintenance Plan Designer
In this tip we look at how to use the SQL Server Maintenance Designer to build maintenance plans for your databases and instance.
2019-11-01
In this tip we look at how to use the SQL Server Maintenance Designer to build maintenance plans for your databases and instance.
2019-11-01
2014-11-28
1,370 reads
Enabling and Configuring Reporting and Logging for Maintenance Plans in SQL Server 2012
2014-06-12
3,325 reads
This article shows how you can change the maintenance plan owner in SQL SERVER
2013-07-02
9,019 reads
SQL Server 2012 makes your database maintenance jobs easy by proving an effective Maintenance Plan Wizard. This wizard does a fair job of creating core maintenance plans for your database.
2013-05-20
5,152 reads
Data analysis is all about wrangling massive datasets. To do that efficiently, you need...
By Rob Sewell
Make it easier for your audience to engage with you by connecting your site...
By Rayis Imayev
"Stories are where memories go when they are forgotten" - Doctor Who.(2024-Sep-13) As September quickly...
Comments posted to this topic are about the item GIT Configuration and Automated Release...
Comments posted to this topic are about the item How to Add a New...
Comments posted to this topic are about the item AI Sings the Blues
I want to disable an index so that it doesn't use any resources and isn't maintained. I am planning to drop this, but don't want to do it now. The index is named LoggerNCI and was created on the dbo.Logger table, on the LogID column. What code disables this?
See possible answers