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

Issue with Azure SQL #3

Closed
markgould opened this issue Sep 18, 2019 · 3 comments
Closed

Issue with Azure SQL #3

markgould opened this issue Sep 18, 2019 · 3 comments

Comments

@markgould
Copy link

I'm attempting to use the Azure SQL (non-managed) script and I'm getting an error:

Invalid object name 'sys.master_files'.

This is not supported in Azure SQL - is there a workaround available?

@JocaPC
Copy link
Owner

JocaPC commented Sep 18, 2019

Hi, make sure that you are using the script for Azure SQL Database version. I see that is this version the view sys.recommendations uses master_files and I will remove this. Other functions should work fine. Note that QPI for single database has reduced functionalities because some underlying views are not supported.

JocaPC added a commit that referenced this issue Sep 18, 2019
@JocaPC
Copy link
Owner

JocaPC commented Sep 18, 2019

@markgould could you try the latest version?

@markgould
Copy link
Author

That worked, thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants