dbTalk Databases Forums  

Export to Table with variable name in MS-Access

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Export to Table with variable name in MS-Access in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Joachim Hofmann
 
Posts: n/a

Default Export to Table with variable name in MS-Access - 04-02-2004 , 05:03 AM






Hello,

I want to create a package which does the following:

1) Use a query with variable value in the WHERE clause (from a global variable content).
I already know how to do this.

2) Output the resultset into a new MS-Access - Table which has the same name as the global varable
content.

How can I achieve this? By an Active-X - Task; or by something more simple?


Thank You

Joachim

Reply With Quote
  #2  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: Export to Table with variable name in MS-Access - 04-02-2004 , 10:34 AM






You could use an ActiveX script task to create the table in
the access database using either ADO or DAO. Build the
statement to create the table using the global variable.

-Sue

On Fri, 02 Apr 2004 12:03:18 +0200, Joachim Hofmann
<speicher (AT) freenet (DOT) de> wrote:

Quote:
Hello,

I want to create a package which does the following:

1) Use a query with variable value in the WHERE clause (from a global variable content).
I already know how to do this.

2) Output the resultset into a new MS-Access - Table which has the same name as the global varable
content.

How can I achieve this? By an Active-X - Task; or by something more simple?


Thank You

Joachim


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.