Somewhat new to vbscript.
Have permisions on an SQL server
(which I know even less about) to
create temp tables based on selection
criteria from my vbscripts.
Before I release this code into production,
would like to export a few rows to a text
file for review.
If for example, table I created is called
#tmp_accts, how would I output
that to a text file on my local pc?
Have opened, read, altered, written to
and created text files in VBScript, but never
output to text file from a SQL Server table.


