SQL Server 2025 LocalDB Crash – REGEXP Functions Break Due to Missing RegExpr.dll
SQL Server 2025 LocalDB Crash – REGEXP Functions Break Due to Missing RegExpr.dll ⚠️ SQL Server 2025 bug – LocalDB crash caused by missing RegExpr.dll when using REGEXP functions Hi SQL Server Guys, In my previous article we talked about SQL Server LocalDB and how it works internally. If you missed it, you can read it here: Good to Know: What Is SQL Server LocalDB? LocalDB is a lightweight version of SQL Server designed mainly for developers. It runs in user-mode , starts automatically when needed and does not require a Windows service. We also recently talked about the very powerful REGEX expressions introduced in SQL Server 2025 here: SQL Server 2025 Regex Support These functions make text processing inside SQL Server much easier. But here comes an interesting problem. A bug in SQL Server 2025 LocalDB can cause the database engine to crash when using the new REGEXP functions. New REGEX Functions in SQL Server 2025 SQL Server 2025 intro...