Skip to content

drop database fails most of the time because the db is in used #949

@llali

Description

@llali
  • MSSQL Extension Version:
  • VSCode Version:
  • OS Version: RHEL

Steps to Reproduce:

  1. Create a new database
  2. Close mssl extension
  3. Open the extension, open new sql query and connect
  4. Execute "Drop database [db name]

Expected: the database should get dropped successfully since there's not any other open window accessing the database

Actual: The query failed: Cannot drop database "[db name]" because it is currently in use.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions