I am working on logging to a SQL table (i.e. column names LogTime, SPROC, and Parameters) for a application running in .Net 4.5 framework and am curious to know others input on the pros and cons of using an XML column to store parameters. Using XML will be highly beneficial when storing user defined table types however I would like to know am I overlooking something.
Thanks in advance for all comments and help.