I need to run .SQL file of SQL Query Analyzer programatically either in VB or VC.
Probably easiest to read the sql file with FSO and execute the string with ADO. Otherwise, I'm pretty sure you could use WSH to execute it but I don't think you can capture the results.