I want to convert a kind of a large MSSQL table to text -- ideally CSV.
One crude way would be to use SQL Developer to do a SELECT * and do
a copy-and-paste. But there must be a more precise and efficient
way of doing this. Perhaps SQL Developer has a way of outputting
not to the screen, but directly to another format, such as a text file?
Or some other manager has this?
I'm basically trying to find out if the tools I already have can provide
this function which seems so basic and useful.
Thanks!
Mark