Monday, July 8, 2013

how to set temporary table data based on the table type of the temporary table


§  For InMemory tables, by using either the setTmpData() method or by directly assigning the buffers to each other.

§  For TempDB tables, the linkPhysicalTableInstance() method replaces the setTmpData() call.

 

No comments:

Post a Comment