Erik Darling
Erik Darling
@amachanic not sure what happened here, but essentially the whole PR is a conflict. It might be easier to re-base and make the one change again.
> > @amachanic not sure what happened here, but essentially the whole PR is a conflict. It might be easier to re-base and make the one change again. > >...
@amachanic I gave these a once over, and they look fine. It creates a folder calls "Docs" with everything from the website in here. I suppose the only downside if...
I would love this. When I work with clients, implemented Page compression is often a big win, but sort of tedious to roll out and then to make sure all...
This is a similar issue to [here](https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/issues/2072). I can add in a similar fix.
Reviewing things a little bit, it looks like the two places this might happen are in the `locks_cursor` and the `blocks_cursor`, since those seem to be the only two queries...
@MaxShoshin okay, you're gonna have to give me more information than that. I don't have an AG set up to test things on, so I was going by the most...
@MaxShoshin right, but I don't have an AG or use Telegraf for anything, so this is where you're gonna have to help me out. I have no idea where else...
Sure, here's what you'll wanna do: ``` EXEC sp_WhoIsActive @show_own_spid = 1, @get_full_inner_text = 1; ``` Run that, and click on the `sql_text` column, that'll give you the whole query...
@MaxShoshin can you let me know which version of SQL Server this is happening on? There are behavioral changes post-2016. Also, what state is the database in? If it's reverting,...