-
-
Save lydonchandra/f597af84e3264bc73726 to your computer and use it in GitHub Desktop.
Reset SQL's LocalDB, after corrupt rights or other problems.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# After problems with a company-wide ActiveDirectory shaker, all (local) SQL Server instances were FUBAR. | |
# This 'resets' the LocalDB sql instance. | |
sqllocaldb stop MSSQLLocalDB -k | |
sqllocaldb delete MSSQLLocalDB | |
sqllocaldb create MSSQLLocalDB | |
sqllocaldb start MSSQLLocalDB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment