I have a stored procedure:
SELECT...
which gives me what I want. Now my boss says "Send me a copy of the results". Is there any way to directly export it to something useful? I've tried to run it to a .txt, .rpt, and .xls files. The xls file puts everything in the first cell and nothing lines up, The txt and rpt files put in soft returns so that, again, nothing lines up. How can I get this out?
SELECT...
which gives me what I want. Now my boss says "Send me a copy of the results". Is there any way to directly export it to something useful? I've tried to run it to a .txt, .rpt, and .xls files. The xls file puts everything in the first cell and nothing lines up, The txt and rpt files put in soft returns so that, again, nothing lines up. How can I get this out?