We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527171d commit 12ccfeaCopy full SHA for 12ccfea
sp_doc.sql
@@ -78,7 +78,7 @@ sp_doc - Always have current documentation by generating it on the fly in markdo
78
79
Part of the DBA MultiTool http://dba-multitool.org
80
81
-Version: 20201216
+Version: 20201221
82
83
MIT License
84
@@ -394,7 +394,7 @@ BEGIN
394
WHERE [t].[object_id] = @objectid;' +
395
396
--Indexes
397
- + N'IF EXISTS (SELECT 1 FROM [sys].[indexes] WHERE [object_id] = @objectid)
+ + N'IF EXISTS (SELECT 1 FROM [sys].[indexes] WHERE [object_id] = @objectid AND [type] > 0)
398
BEGIN
399
INSERT INTO #markdown
400
SELECT CONCAT(CHAR(13), CHAR(10), ''#### '', ''Indexes'')
0 commit comments