We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce:
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.
The text was updated successfully, but these errors were encountered:
We can look at this for the next release - we should better handle our open connections and try to ensure this works as well as it does in SSMS
Sorry, something went wrong.
A change Karl made in sqltoolsservice should be related to this issue. I'll verify to make sure it's really fixed
fixed in microsoft/sqltoolsservice#460
llali
No branches or pull requests
Steps to Reproduce:
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.
The text was updated successfully, but these errors were encountered: