Hire Me! I'm currently looking for my next role in developer relations and advocacy. If you've got
an open role and think I'd be a fit, please reach out. You can also find me
on LinkedIn.
I love the new information about queries displayed in ColdFusion 8's cfdump tag (you can see the SQL, the parameters, execution time, and cache status), but if you don't want all the extra information, just use the metainfo attribute:
<cfdump var="#myqueryissocool#" metainfo="false">
While not new to ColdFusion 8, don't forget you can also do "show" and "hide" to tell ColdFusion what columns to display. (This also works for structures.)