Connecting Tech Pros Worldwide Help | Site Map

Re: A dynamic table to be made into excel file

  #1  
Old November 11th, 2008, 09:25 PM
gsemailrec@gmail.com
Guest
 
Posts: n/a
On Nov 5, 5:08*pm, thetaamo...@gmail.com wrote:
Quote:
Hi :
>
I have a stored procedure which does a crosstab query and builds a
table with differing number of columns and differeing columnnames each
time.
The tablename is static, as i build same table but with differing
columns each time.
Lets call this tableA.
Now i need to get this tableA into an excel file.
So how do i use a dts 2000, to build this excel file ?
I can create a stmt to build an excel file sheet with the tableA
everchanging schema information. But in the data pump task, i
understand that the transformations are predetermined and hence i will
not be able to build a datapump task. Are there any other ways to do
this via a datapump task or something else in sql 2000.
>
Thank you for all your help
TAAM
Another way would be to create a link table to an access database.
Then write a crosstab query in access which can display a large number
of unidentified columns and link this query to an excel file using
ODBC.

Jax
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic display in Access Form - possible? blaze77 answers 16 February 10th, 2009 11:56 PM
A dynamic table to be made into excel file thetaamommy@gmail.com answers 1 November 7th, 2008 08:05 PM
VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help gunimpi answers 0 January 10th, 2007 08:55 PM
Import/Normalize strategy - More issues - New thread Steve Jorgensen answers 4 November 12th, 2005 07:45 PM