One of the most common things I want to use NTA to do is to characterize traffic prior to adding access lists or modifying firewall rules. To do this I need large lists of the conversations that cross an interface. I typically end up making large "top x conversations" views, copying them into a text editor, and using various methods to extract IP addresses.
When copying and pasting from the web interface, however, there is a lot of garbage that comes along with it. I would like to have a way to get this information in plain text format.
In theory I could do this with SQL Query Analyzer, but I am not a SQL expert and without better documentation on how the database is structured and examples of how to build common NetFlow queries in SQL I'm out of luck there.