Quantcast
Viewing all articles
Browse latest Browse all 12198

If you're worried about ISNULL..

..use the new CONCAT()-function instead of +.It will implicitly convert NULL values to an empty string without using isnull.I'm not sure how the CONCAT()-function is programmed but hopefully it uses OR for increased performance./N

Viewing all articles
Browse latest Browse all 12198

Trending Articles