Forum Discussion
pdewani
Jul 07, 2022Copper Contributor
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
Jul 08, 2022Bronze 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