Forum Discussion

pdewani's avatar
pdewani
Copper Contributor
Jul 07, 2022

We need in-memory sql server database for java unit testing ,Can you provide information on it

We need in-memory sql server database for java unit testing.Can you provide information  so that we can create 

  • olafhelper's avatar
    olafhelper
    Bronze Contributor

    We need in-memory sql server database 


    Since SQL Server 20016 Service Pack 2 the In-Memory feature is available in all Editions, even in the free Express Edition, see

    Editions and supported features of SQL Server 2019 - SQL Server | Microsoft Docs

    => RDBMS scalability and performance => In-Memory Database: In-Memory OLTP

     


    Can you provide information  so that we can create 

    And what for detailed informations are you looking for? You can find a complete documentation on MSDN with all required steps.

    Olaf

Resources