Skip to content
New issue

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

fix --drop for sqlserver snapshots #13

Merged
merged 1 commit into from
Sep 22, 2011

Conversation

binarymash
Copy link
Contributor

Hi,

I encountered a problem when trying to drop a SqlServer database snapshot using the --drop argument; the problem was occurring because SET SINGLE_USER is not supported for snapshots.

I've added a fix to SqlServerDatabase which is allowing me to succesfully drop databases and snapshots.

Regards,

Phil.

@ferventcoder
Copy link
Member

Thank you! I'll take a look and get this pulled in!

@ferventcoder ferventcoder merged commit c127fa4 into chucknorris:master Sep 22, 2011
GoogleCodeExporter pushed a commit to google-code-export/roundhouse that referenced this pull request Mar 13, 2015
@ferventcoder ferventcoder modified the milestone: 0.8.5 Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants