MS SQL Memory Optimized Tables

balexandre's profile image balexandre posted 6 years ago in Feature discussion Permalink

With a simple query we can see what tables are configured as memory optimized

SELECT * from sys.tables where is_memory_optimezed = 1;

and in SQL Server Management Studio we can add a column to show true/false on all tables

Is it possible to have an icon or a column to also show us the tables that have this flag?

1 attachment(s):
  • screenshot_663

Please login to leave a reply, or register at first.