Hello, We are using temporal tables in the following way in STPs: CREATE LOCAL TEMPORARY TABLE #t_fact_ZLEGALENT("LEGAL_ENTITY" NVARCHAR(4)); What kind of table is created? (row or column store?) Is there a way to see this table? Thanks, Amir
↧
Hello, We are using temporal tables in the following way in STPs: CREATE LOCAL TEMPORARY TABLE #t_fact_ZLEGALENT("LEGAL_ENTITY" NVARCHAR(4)); What kind of table is created? (row or column store?) Is there a way to see this table? Thanks, Amir