O SQL Server 2019 CTP 2.3 adicionou algumas novas colunas ao sys.databases, incluindo is_result_set_caching_on:
Ainda não está documentado nas Novidades do SQL Server 2019 , nem na página ALTER DATABASE .
Tentei usar a mesma sintaxe do Accelerated Database Recovery apenas para rir:
ALTER DATABASE StackOverflow2013 SET RESULT_SET_CACHING ON;
Mas sem sorte:
Msg 5058, Level 16, State 12, Line 8
Option 'RESULT_SET_CACHING' cannot be set in database 'StackOverflow2013'.
sql-server
sql-server-2019
Brent Ozar
fonte
fonte
Respostas:
Atualmente, no CTP 2.3, até onde sei - você não pode habilitar isso, mesmo no DAC.
fonte