Viewing 3 posts - 1 through 3 (of 3 total)
nice!
November 8, 2004 at 7:15 pm
#529390
just a thought...
create a stored procedure with a cursor that spins through each record
for each record, you could dymically build a bcp statement and utilize the xp_cmdshell function
thus, a...
November 4, 2004 at 8:08 am
#528924
You can always put your information into a temporary table (formatted how you want) and then BCP the information out. I would suggest multiple steps, first build the report, then...
November 4, 2004 at 7:57 am
#528916