Viewing 4 posts - 1 through 4 (of 4 total)
Steve's solution looks like it will work, but I had already started testing your code with sp_MSforeachdb. I had to change it to reader was we don't have any writers....
September 2, 2022 at 2:41 pm
I think your join is backwards. The initial select has blank ParentID, so the join needs to be from cte.id to DockerImage.ParentID.
JOIN DockerImage ...
September 1, 2022 at 9:56 pm
This may not be relevant, but I had a similar issue where I had an insert into a clustered columnstore, followed by an update. When the insert was small (not...
September 1, 2022 at 4:21 pm
I think you need the value from the row with the min AR_LOAD_WK_DC, not the min values of the shipper code and name. If you change your code to use...
August 31, 2022 at 10:17 pm
Viewing 4 posts - 1 through 4 (of 4 total)