This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

SQL Sentry and SQL Server 2022

We're looking to upgrade our SQL Server 2017 repository and see a note in the installation guide that the repository db cannot go to SQL Server 2022 due to a bug.  Spoke with support and they confirmed and said the bug is a Microsoft one, not SQL Sentry.  Wanted to see if anyone knows what the issue is and if you've heard anything about it getting fixed sooner than later?

Parents
  • Hey there !

    On SQL Server 2022 RTM, FILESTREAM cannot be enabled on an instance that doesn't already have Always On Availability Groups enabled.  SQL Sentry uses in-memory OLTP, which uses FILESTREAM, so it won't work out of the box.  That said though, you can absolutely host a SQL Sentry repository on a SQL Server 2022 instance as long as the Always On Availability Groups feature is enabled.  Take a look at this link if you are unfamiliar with the process.

    Let us know how it goes!

Reply
  • Hey there !

    On SQL Server 2022 RTM, FILESTREAM cannot be enabled on an instance that doesn't already have Always On Availability Groups enabled.  SQL Sentry uses in-memory OLTP, which uses FILESTREAM, so it won't work out of the box.  That said though, you can absolutely host a SQL Sentry repository on a SQL Server 2022 instance as long as the Always On Availability Groups feature is enabled.  Take a look at this link if you are unfamiliar with the process.

    Let us know how it goes!

Children