InterviewSolution
Saved Bookmarks
| 1. |
Which was the first version of SQL Server to introduce in-memory capability?(a) SQL Server 2012(b) SQL Server 2014(c) SQL Server 2005(d) SQL Server 2008I have been asked this question in an interview.Query is from Introduction topic in section Laying the Foundation of SQL Server |
|
Answer» RIGHT answer is (B) SQL Server 2014 Easiest explanation: SQL Server 2014 provides a new in-MEMORY capability for tables that can fit entirely in memory (also known as Hekaton). |
|