TechEd 2014 Day 3
        Posted  
        
            by John Paul Cook
        on SQL Blog
        
        See other posts from SQL Blog
        
            or by John Paul Cook
        
        
        
        Published on Thu, 15 May 2014 02:42:11 GMT
        Indexed on 
            2014/05/27
            21:57 UTC
        
        
        Read the original article
        Hit count: 295
        
Filed under: 
        There is some confusion about durability of data stored in SQL Server in-memory tables, so some review of the concepts is appropriate. The in-memory option is enabled at the database level. Enabling it at the database level only gives you the option to specify the in-memory feature on a table by table basis. No existing tables or new tables will by default become in-memory tables when you enable the feature at the database level. If you choose to make a table an in-memory table, by default it is...(read more)
        
        © SQL Blog or respective owner