Viewing 15 posts - 841 through 855 (of 4,087 total)
October 16, 2018 at 2:47 pm
October 16, 2018 at 12:50 pm
October 16, 2018 at 8:34 am
October 15, 2018 at 3:05 pm
It's not pretty, and it may not be efficient, but this does produce something CLOSE to what you are expecting.
; WITH CTE AS
(
...
October 15, 2018 at 2:07 pm
October 15, 2018 at 7:44 am
October 12, 2018 at 12:23 pm
ChrisM@Work - Friday, October 12, 2018 4:29 AMI think the secret view guy is just bored.
I gave up on that thread...
October 12, 2018 at 9:39 am
Use the OUTPUT clause of the MERGE to insert the new record.
Drew
October 12, 2018 at 9:21 am
October 11, 2018 at 8:26 am
October 11, 2018 at 8:18 am
Why don't you just have two separate namespaces? The whole reason for introducing namespaces in the first place was so that you could distinguish between similar elements from two different...
October 11, 2018 at 8:12 am
IF (SELECT COUNT(*)...
October 11, 2018 at 7:49 am
Viewing 15 posts - 841 through 855 (of 4,087 total)