Tag Archives: T-SQL

CROSS APPLY

CROSS APPLY is typically used with a table-valued function however I’ve stumbled across a neat trick with CROSS APPLY to simplify your code Problem: We have a set of dates in a table stored as strings. We need to check … Continue reading

Posted in Uncategorized | Tagged , , | Comments Off on CROSS APPLY