Impetus The impetus for this blog comes from a recent discussion that happened in one of the forums of which I’m a member. There was a question asked by one of the fellow members regarding an error he was getting…
T-SQL Tips: Representing NULL as Values in XML
This blog explains the various methods that can be applied for representing NULL values while generating a XML document using T-SQL FOR XML statement. Based on your actual requirement you can opt for any of the methods to get the…