Tom
Tom
Due to internal usage of the COLUMNPROPERTY function in INFORMATION_SCHEMA, this query can timeout on larger databases
Should fix #534
Missing N prefix in some strings Add TYPE clause to a FOR XML
My use case is that I want to capture a change in plans on readable secondaries. Currently, Query Store doesn't work there (otherwise, I would use it). I would use...
I have a peculiar problem. I'm tracking an event and collecting the `sql_text` global field/action. But when the event has column `is_system = true` then sql_text is not collected at...
**Description of the issue** In the section -- Select indexes in the current database: When partition level is set to 'N' and @Version is > 14 the dynamic sql won't...
https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings#per-repository-settings Internally it's stored as LF, but it converts to the native line endings on checkout. So Windows users will have CRLF, and Linux will have LF. AutoFormatSQL Action runs...
XML datatype instance has too many levels of nested nodes. Maximum allowed depth is 128 levels.
I'd like to trend aggregated data for insights over time. Example: XE definition ```sql create event session wait_info on server add event sqlos.wait_info ( where opcode = 'end' ) ```...