I find the syntax of CrossApply more elegant and easier to use than UnPivot. See for your self in this sample below. Let me know which one you prefer. /* Proof of concept for pivoting table with cross apply. Autjor:…
I find the syntax of CrossApply more elegant and easier to use than UnPivot. See for your self in this sample below. Let me know which one you prefer. /* Proof of concept for pivoting table with cross apply. Autjor:…
Removing duplicate Records in TSQL is likely to be a unique situation every time but there are enough consistent characteristics to the task that we can standardize some of it. I certainly would not want a one-button-click solution because that…