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

The latest version of the solution is not compatible with AZURE SQL (PaaS) #14338

Open
diegoramirezdatabiz opened this issue Feb 20, 2025 · 0 comments

Comments

@diegoramirezdatabiz
Copy link

The following stored procedures have issues with AZURE SQL:

  • IndexOptimize
  • DatabaseIntegrityCheck

These are pointing to SQL objects that do not exist in Azure, for example:

  • sys.dm_os_host_info
  • sys.availability_groups
  • sys.availability_replicas
  • sys.master_files
  • dbo.[Queue]
  • dbo.QueueDatabase

I temporarily solved my problem by using an old version I have from the year: July 19, 2015.

Image

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

1 participant