Commit 9bac874
committed
When your lazy and do not want to fill in all parameters: @DatabaseName, @SchemaName and @TableName
Now you can simply do: EXEC sp_BlitzIndex @objectname = 'schema.tablename'
Or if you're really lazy do: EXEC sp_BlitzIndex 'schema.tablename'1 parent ad03442 commit 9bac874
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
135 | 141 | | |
136 | 142 | | |
137 | 143 | | |
| |||
0 commit comments