Skip to content

Commit

Permalink
Merge pull request #481 from erikdarlingdata/dev
Browse files Browse the repository at this point in the history
Update sp_IndexCleanup BETA.sql
  • Loading branch information
erikdarlingdata authored Oct 9, 2024
2 parents d587574 + 4966f76 commit 917d4a0
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 917d4a0

Please sign in to comment.