Viewing 4 posts - 1 through 4 (of 4 total)
Thanks Tommy, sorry for such a simple answer. I was to focused on the .Net connector and that just did not work.
Thanks again.
February 7, 2008 at 9:27 am
#776074
thanks so much
July 17, 2007 at 11:21 am
#720113
It looks like the only way to do this with osql is to do the following:
osql -E -d pubs -q "select * from dbo.authors" >junk.txt -h-1
then I write a...
July 17, 2007 at 10:05 am
#720095
This worked great, I found the options, any idea how to set them in a SQL proc?
July 17, 2007 at 9:06 am
#720075