View Single Post
  #2 (permalink)  
Old August 9th, 2004, 03:45 AM
happygv happygv is offline
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Check with the isql utility available to that version. It is command prompt utility that can take input parameter and write output to a txt file passed as output paramater.

I believe it should look something like

isql -Sserver -Uusername -Ppassword -Iinputfilename -Ooutputfilename

inputfile should contain the select statement followe bu GO keyword

outputfile would be created later.

Cheers!

_________________________
- Vijay G
Strive for Perfection
Reply With Quote