Viewing 15 posts - 1 through 15 (of 22 total)
This is exactly what I was trying to do. Thanks very much. The grouping was done by a CRM app but it also nested the content and the formatting was...
May 15, 2024 at 2:22 am
Thanks for the feedback everyone, you were correct about the expected results, there should be a 1 for both swimming and gymnastics for id 1. I'll explore these suggestions and...
November 21, 2023 at 10:58 pm
I was able to adapt this to fit my needs. Thanks for your feedback as I had not tried an outer apply with a cte
January 13, 2023 at 6:10 pm
Hi Chrissy,
You were right about the null value. I didn't think there could be null values returned in the query but there were. Thanks
November 25, 2022 at 8:51 pm
The problem seems to have gone away on its own as of last week. No indication why as we didn't make any changes in SQL or Azure
November 23, 2022 at 7:56 pm
l looked through the Portal and the link but it seemed more designed for Azure SQL whereas we have an Azure VM with SQL on it. The screenshots and menu...
September 13, 2022 at 6:53 pm
I stopped the SQL Advanced threat protection traffic extended event session and killed the SQL ATP for Queries process in the Activity Monitor but it immediately started up and was...
September 13, 2022 at 5:55 pm
Thanks for getting back to me Grant. We are not using Query Store but there are some extended events, including the built in Health and Telemetry Events. Are there any...
September 13, 2022 at 5:33 pm
Thanks for your reply Jeff. I put the Select statement in and I could see the @result value changing as it was following IF paths it shouldn't because the expected...
August 21, 2022 at 5:53 am
Figured out after lots of trial and error. Result posted in case anyone else trips over the syntax and this helps
select
m.c.value('@docid', 'int') as docid,
m.c.value('@docname', 'varchar(200)') as docname,
m.c.value('@transittype', 'varchar(200)') as transittype,
m.c.value('@doccontrol','varchar(20)')...
March 11, 2021 at 5:49 am
I'm sorry I wasn't clear on what I was trying to do. Essentially, I was having issues trying to Group the data in the three tables shown so I could...
February 22, 2021 at 5:00 am
That should work. Thanks
February 3, 2021 at 5:34 pm
Thanks for the direction. I was able to adapt this to work for me.
August 25, 2020 at 3:17 pm
Viewing 15 posts - 1 through 15 (of 22 total)