I have some an HTML content column in a SQL Server 2012 database. I want to issue a SQL query similar to:
select name, HtmlContent from table
and have the HTML rendered in the result set, and not as HTML tags.
I do not have reporting services.
I do have Excel with a data query features, so possible Excel could render the Html?
Would appreciate any advice to render this HTML column as part of a query.
Thanks