-
jkj2001
- Posts: 142
- Joined: Fri Mar 29, 2002 1:39 pm
Post
by jkj2001 »
I'd like to export several of my table's rows to a text file, using carats as delimiters. Is it possible to do this with tsql? Thanks.
-
John
- Site Admin
- Posts: 2622
- Joined: Mon Apr 24, 2000 3:18 pm
- Location: Cleveland, OH
-
Contact:
Post
by John »
Yes, you can use
tsql -f^ "select ... "
to do that.
John Turnbull
Thunderstone Software
-
mark
- Site Admin
- Posts: 5519
- Joined: Tue Apr 25, 2000 6:56 pm
Post
by mark »