Viewing 15 posts - 631 through 645 (of 39,466 total)
The state department I work for has blocked all generative AI. I don't know why. It might even be blocked for all state departments. I don't have access to...
December 21, 2023 at 5:22 pm
It's crazy these aren't parsed and maintained in a DMV for T-SQL procs, but they're not
December 21, 2023 at 5:19 pm
The docs note this has default values for SQLCLR procs, not T-SQL ones.
SQL 2019:
SQL 2022
December 21, 2023 at 5:18 pm
Typo in answers: sys.modules is wrong, as it stated in the explanation: sys.sql_modules.
Thanks, fixed
December 21, 2023 at 4:28 pm
Yeah, the parsing for the code formatting is that there are so many cases with the regex and replacement that I think we're fixing one thing but breaking another.
Bug filed...
December 18, 2023 at 5:01 pm
I'll log a bug. I hope this is an easy fix.
December 18, 2023 at 4:53 pm
OK, sorry, moving too fast this am. I missed that.
Test 2, space for table 1
SELECT [T1].* -- or could do [T2].*, not certain which table row you...
December 18, 2023 at 4:51 pm
I think the formatting can be weird, but not seeing the issue.
Do you have a screenshot of what's broken/weird on your side? I'm chrome, 119.0.6045.200
December 18, 2023 at 4:25 pm
test
SELECT [T1].* -- or could do [T2].*, not certain which table row you are trying to show, you may just want *
FROM [table_1] AS [T1]
INNER JOIN [table_2]...
December 18, 2023 at 4:24 pm
test
SELECT [T1].* -- or could do [T2].*, not certain which table row you are trying to show, you may just want *
FROM [table_1] AS [T1]
INNER JOIN [table_2]...
December 18, 2023 at 4:23 pm
Great points, and I think one of the great side effects of DevOps practices is logging and auditing of all actions.
December 18, 2023 at 4:21 pm
Work and it's super non-intuitive. I want to love XE, but I find myself frustrated more than excited.
December 18, 2023 at 4:20 pm
I like the default trace. I'm sorry to see it go
December 17, 2023 at 7:50 pm
I submitted a PR to fix things, but the MS people actually found a few more, so they are working to make this clearer.
December 13, 2023 at 5:35 pm
Viewing 15 posts - 631 through 645 (of 39,466 total)