Skip to content

Commit

Permalink
Update sp_IndexCleanup BETA.sql
Browse files Browse the repository at this point in the history
Closes #480
  • Loading branch information
erikdarlingdata committed Oct 9, 2024
1 parent c9892fc commit 4966f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sp_IndexCleanup BETA/sp_IndexCleanup BETA.sql
Original file line number Diff line number Diff line change
Expand Up @@ -946,9 +946,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
IF @debug = 1
BEGIN
SELECT
table_name = '#partition_stats',
table_name = '#index_analysis',
*
FROM #partition_stats AS ps;
FROM #index_analysis AS ia;
END;

/*Analyze indexes*/
Expand Down

0 comments on commit 4966f76

Please sign in to comment.