export a couple of rows with tsql?

Post Reply
jkj2001
Posts: 142
Joined: Fri Mar 29, 2002 1:39 pm

export a couple of rows with tsql?

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.
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

export a couple of rows with tsql?

Post by John »

Yes, you can use

tsql -f^ "select ... "

to do that.
John Turnbull
Thunderstone Software
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

export a couple of rows with tsql?

Post by mark »

Post Reply