Viewing 2 posts - 46 through 47 (of 47 total)
To output the results of a script.
osql -E -d%database% -Q"exec sp_..." -n -ooutput.txt
You can use the -i flag to execute a script
and -o or the >
>> appends the output...
February 18, 2002 at 2:40 pm
#424081
I have been using TextPad (www.textpad.com) to edit most of my scripts and other text documents, such as batch file, perl, xml, etc.
One of its great features is creating...
February 18, 2002 at 2:35 pm
#424080