Basically, I have an excel sheet with numerous select statements; wondering what's the quickest way to run all these and return the data to a file or query analyzer result window.
These are really simple select statements, they are basically
SELECT A, B, C FROM VIEW WHERE ID = '00001'
but there are about 200 hundred of these so I am wondering what's a fast way to run these