ktaranov/sqlserver-kit

sp_BlitzInMemoryOLTP

ktaranov opened this issue · 2 comments

https://github.com/ktaranov/sqlserver-kit/blob/master/Stored_Procedure/sp_BlitzInMemoryOLTP.sql

  • Enhance @debug functionality like a 'List indexes on memory-optimized tables in this database'
  • Fix issue for @dbName = 'ALL' (now only works for one database)

Fixed second issue via a6bbfe2

Fixed first issue via ace05e5