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

Workaround for Azure Database Issue #5621

Closed
potatoqualitee opened this issue May 28, 2019 · 0 comments
Closed

Workaround for Azure Database Issue #5621

potatoqualitee opened this issue May 28, 2019 · 0 comments
Assignees
Labels
azure sql Command has issue with Azure SQL due to unsupported SMO or T-SQL code.

Comments

@potatoqualitee
Copy link
Member

$server.Databases['name'] is empty or doesnt work but Get-DbaDatabase is awesome. Explore forcing add-member if its azuresqldb and just overwriting that whole .Databases since it's useless

@potatoqualitee potatoqualitee added the azure sql Command has issue with Azure SQL due to unsupported SMO or T-SQL code. label May 28, 2019
@potatoqualitee potatoqualitee self-assigned this May 28, 2019
potatoqualitee added a commit that referenced this issue May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure sql Command has issue with Azure SQL due to unsupported SMO or T-SQL code.
Projects
None yet
Development

No branches or pull requests

1 participant