This functionality allows the usage of In-Memory OLTP for databases where tables of one database are either in row or column oriented form and backed by traditional storage and some tables which are in-memory resident. An article that gives more background on some of the...
What is the full form of OLTP Was this answer useful? Yes Replysrinivas Jan 15th, 2007 Hi, OLTP : IN-LINE TRANSACTION PROCESSING IT DON'T HAVE ANY TYPES. IT MAINTAIN CURRENT DATA ONLY. IT PERFORM DML OPERATIONS LIKE INSERT ,DELETE AND UPDATE OK BYE SRINIVAS.J Was this answer useful?
There are two main types of in-memory-optimized OLTP tables: SCHEMA_AND_DATA (i.e. durable tables) and SCHEMA_ONLY (i.e. non-durable tables). The first type provides full durability guarantee just like disk-based tables for your OLTP workload. It is...