Back to Browse

SQL Server Management Studio Tutorial - How to Delete Database Instance Even When It Won't Let You

1.7K views
Feb 4, 2025
3:19

The easy way to delete a local db in SQL Server Management Studio. ==================== Commands used: sqllocaldb create "VerbTables" sqllocaldb info "VerbTables" sqllocaldb start "VerbTables" To delete, use: sqllocaldb stop "VerbTables" To find your local db instances: Win+R (or just search Windows for 'run') then paste in: %LOCALAPPDATA%\Microsoft\Microsoft SQL Server Local DB\Instances\ ================== Remember - it's never too late! Cheers, Steve Remember - it's never too late! Cheers, Steve

Download

0 formats

No download links available.

SQL Server Management Studio Tutorial - How to Delete Database Instance Even When It Won't Let You | NatokHD