
December 9th, 2004, 06:56 PM
|
 |
Banned ;)
|
|
Join Date: Nov 2001
Location: Glendale, Los Angeles County, California, USA
|
|
|
SQL Enterprise manager allows you to export the data into a CSV file. So you could use this to output all the data directly.
Alternatively:
1. Open up the Query Analyzer tool
2. Type Select * FROM tablename or whatever query you need.
3. Then type Ctrl-D to output the data in grid format (this is the default format, so this step is not necessary).
4. Type Ctrl-E to run the query
5. Select the results, then copy and paste into an Excel spreadsheet and save that as CSV.
__________________
Up the Irons
What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home.
"Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest
Down with Sharon Osbourne
Puzzle of the Month solved by Keath and KevinADC, superior perl programmers of the month
|