Skip to content

Instantly share code, notes, and snippets.

@Himura2la
Created August 21, 2023 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Himura2la/465f8d5bc995aa8805dae69269acdf74 to your computer and use it in GitHub Desktop.
Save Himura2la/465f8d5bc995aa8805dae69269acdf74 to your computer and use it in GitHub Desktop.
Fix SQL Server Express LocalDB on Windows 11
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL15E.LOCALDB\MSSQLServer\Parameters]
"SQLArg0"="-T1800"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL16E.LOCALDB\MSSQLServer\Parameters]
"SQLArg0"="-T1800"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment