dba-dash icon indicating copy to clipboard operation
dba-dash copied to clipboard

SQL 2022 - sys.databases changes

Open DavidWiseman opened this issue 2 years ago • 0 comments

SQL 2022 adds some additional columns to sys.databases that DBA Dash should capture:

  • is_data_retention_on
  • is_ledger_on
  • is_change_feed_enabled

Note: Only is_ledger_on is documented at this time. As this is the first public CTP, it's possible additional changes will be made to sys.databases. It might be worth waiting a bit longer before adding support for these additional columns.

DavidWiseman avatar Jun 06 '22 20:06 DavidWiseman