Skip to Content
0
Former Member
Apr 23, 2014 at 09:05 AM

Using Temporal tables with SQL script

66 Views

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