Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很好奇 SQL Server 是否可以允许创建内存数据库。
目前我正在研究单元测试/集成测试一些连接到 SQL Server 的数据层代码。
过去,我利用 SQLite 对这个概念的支持,发现它非常宝贵。
您可以在服务器上安装 SSD 驱动器或 ramdisk,然后在该卷上放置常规数据库?
否则,没有。
我没有提到表变量,因为它们只是部分保存在内存中,对于您的要求来说可能太短暂了。