Skip to content

Commit

Permalink
Merge pull request #478 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 8f901b9 + 970e0d4 commit 541805a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sp_IndexCleanup BETA/sp_IndexCleanup BETA.sql
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
superseded_by sysname NULL,
missing_columns nvarchar(MAX) NULL,
action nvarchar(MAX) NULL,
PRIMARY KEY CLUSTERED (table_name, index_name)
INDEX c CLUSTERED
(database_id, schema_name, table_name, index_name)
);

CREATE TABLE
Expand Down

0 comments on commit 541805a

Please sign in to comment.