Viewing 5 posts - 1 through 5 (of 5 total)
I seem to recall that this sort of thing is sometimes discouraged:
I have seen a few people recommend using for xml, but not a blog that shows why or...
August 16, 2021 at 3:28 pm
I think this is a error typo is this query: , oh.,oh.OrderDate
SELECT CustomerID, COALESCE(oh.OrderCompleteDate, oh.OrderProcessDate, oh.OrderUpdatedDate, oh.OrderReceivedDate, oh.,oh.OrderDate) AS 'OrderDate' FROM dbo.OrderHeader AS oh;
thanks, I've corrected this and submitted...
August 16, 2021 at 3:25 pm
There is no ordering guarantee for the numbers when they are in a set
https://stackoverflow.com/questions/9792664/converting-a-list-to-a-set-changes-element-order
October 24, 2019 at 11:27 am
Thanks for the notes. I've never seen the certificate protected by password in TDE, just the DMK. I assume doing so would ensure that the whenever the instance started up...
August 29, 2019 at 3:42 pm
You have a complex query there, that's not formatted well. I've tried to clean it up below to make this easier to read.
In terms of what you are asking, it...
April 17, 2019 at 9:25 pm
Viewing 5 posts - 1 through 5 (of 5 total)