use tcs
go
EXEC sp_BlitzCache @StoredProcName = 'MySP';
EXEC sp_BlitzIndex @DatabaseName = 'MyDB', @SchemaName = 'dbo', @TableName = 'tblTable01'
use tcs
go
EXEC sp_BlitzCache @StoredProcName = 'MySP';
EXEC sp_BlitzIndex @DatabaseName = 'MyDB', @SchemaName = 'dbo', @TableName = 'tblTable01'
Comments