dbTalk Databases Forums  

Can SSIS "populate from source" like DTS?

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


Discuss Can SSIS "populate from source" like DTS? in the microsoft.public.sqlserver.dts forum.



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

Default Can SSIS "populate from source" like DTS? - 11-24-2008 , 12:57 PM






Folks, I've got a think-it-would-be-simple task that is really
stumping me. I need to populate a flat file from SSIS with fixed
length columns. In DTS, this would be as simple as going into the
transformation step, selecting a table or writing a SELECT statement,
and in the Destination tab clicking on the "Populate From Source"
button. Since my source table has all CHAR fixed length columns, it
would create the text file column lengths exactly how I want it -
badda bing badda boom.

The issue is, I don't see a SSIS equivalent to the "Populate From
Source" function in DTS. Frankly I find the idea of manually creating
190 columns and specifying the lengths EXTREMELY tedious and prone to
error. There MUST be a way of doing this automatically in SSIS... but
how?

Reply With Quote
  #2  
Old   
Todd C
 
Posts: n/a

Default RE: Can SSIS "populate from source" like DTS? - 11-25-2008 , 08:18 AM






Hello 'Elvis':

Try this:
Create a new SSIS Package. Drag a Data Flow onto the Control Flow and
double-click it.
On the Data Flow, add a Source Adapter from an appropriate source.
Now drag a Flat File Destination onto the Data Flow. Connect the green arrow
from the source to the Destination.
Double-click on the destination to configure it. Pay particular attention to
all the options presented in all the dialog boxes.
It should 'auto-discover' the meta data of the source and set up a flat file
Connection Manager with the same Column Headings.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"elvisboats" wrote:

Quote:
Folks, I've got a think-it-would-be-simple task that is really
stumping me. I need to populate a flat file from SSIS with fixed
length columns. In DTS, this would be as simple as going into the
transformation step, selecting a table or writing a SELECT statement,
and in the Destination tab clicking on the "Populate From Source"
button. Since my source table has all CHAR fixed length columns, it
would create the text file column lengths exactly how I want it -
badda bing badda boom.

The issue is, I don't see a SSIS equivalent to the "Populate From
Source" function in DTS. Frankly I find the idea of manually creating
190 columns and specifying the lengths EXTREMELY tedious and prone to
error. There MUST be a way of doing this automatically in SSIS... but
how?


Reply With Quote
  #3  
Old   
Todd C
 
Posts: n/a

Default RE: Can SSIS "populate from source" like DTS? - 11-25-2008 , 08:18 AM



Hello 'Elvis':

Try this:
Create a new SSIS Package. Drag a Data Flow onto the Control Flow and
double-click it.
On the Data Flow, add a Source Adapter from an appropriate source.
Now drag a Flat File Destination onto the Data Flow. Connect the green arrow
from the source to the Destination.
Double-click on the destination to configure it. Pay particular attention to
all the options presented in all the dialog boxes.
It should 'auto-discover' the meta data of the source and set up a flat file
Connection Manager with the same Column Headings.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"elvisboats" wrote:

Quote:
Folks, I've got a think-it-would-be-simple task that is really
stumping me. I need to populate a flat file from SSIS with fixed
length columns. In DTS, this would be as simple as going into the
transformation step, selecting a table or writing a SELECT statement,
and in the Destination tab clicking on the "Populate From Source"
button. Since my source table has all CHAR fixed length columns, it
would create the text file column lengths exactly how I want it -
badda bing badda boom.

The issue is, I don't see a SSIS equivalent to the "Populate From
Source" function in DTS. Frankly I find the idea of manually creating
190 columns and specifying the lengths EXTREMELY tedious and prone to
error. There MUST be a way of doing this automatically in SSIS... but
how?


Reply With Quote
  #4  
Old   
Todd C
 
Posts: n/a

Default RE: Can SSIS "populate from source" like DTS? - 11-25-2008 , 08:18 AM



Hello 'Elvis':

Try this:
Create a new SSIS Package. Drag a Data Flow onto the Control Flow and
double-click it.
On the Data Flow, add a Source Adapter from an appropriate source.
Now drag a Flat File Destination onto the Data Flow. Connect the green arrow
from the source to the Destination.
Double-click on the destination to configure it. Pay particular attention to
all the options presented in all the dialog boxes.
It should 'auto-discover' the meta data of the source and set up a flat file
Connection Manager with the same Column Headings.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"elvisboats" wrote:

Quote:
Folks, I've got a think-it-would-be-simple task that is really
stumping me. I need to populate a flat file from SSIS with fixed
length columns. In DTS, this would be as simple as going into the
transformation step, selecting a table or writing a SELECT statement,
and in the Destination tab clicking on the "Populate From Source"
button. Since my source table has all CHAR fixed length columns, it
would create the text file column lengths exactly how I want it -
badda bing badda boom.

The issue is, I don't see a SSIS equivalent to the "Populate From
Source" function in DTS. Frankly I find the idea of manually creating
190 columns and specifying the lengths EXTREMELY tedious and prone to
error. There MUST be a way of doing this automatically in SSIS... but
how?


Reply With Quote
  #5  
Old   
Todd C
 
Posts: n/a

Default RE: Can SSIS "populate from source" like DTS? - 11-25-2008 , 08:18 AM



Hello 'Elvis':

Try this:
Create a new SSIS Package. Drag a Data Flow onto the Control Flow and
double-click it.
On the Data Flow, add a Source Adapter from an appropriate source.
Now drag a Flat File Destination onto the Data Flow. Connect the green arrow
from the source to the Destination.
Double-click on the destination to configure it. Pay particular attention to
all the options presented in all the dialog boxes.
It should 'auto-discover' the meta data of the source and set up a flat file
Connection Manager with the same Column Headings.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"elvisboats" wrote:

Quote:
Folks, I've got a think-it-would-be-simple task that is really
stumping me. I need to populate a flat file from SSIS with fixed
length columns. In DTS, this would be as simple as going into the
transformation step, selecting a table or writing a SELECT statement,
and in the Destination tab clicking on the "Populate From Source"
button. Since my source table has all CHAR fixed length columns, it
would create the text file column lengths exactly how I want it -
badda bing badda boom.

The issue is, I don't see a SSIS equivalent to the "Populate From
Source" function in DTS. Frankly I find the idea of manually creating
190 columns and specifying the lengths EXTREMELY tedious and prone to
error. There MUST be a way of doing this automatically in SSIS... but
how?


Reply With Quote
  #6  
Old   
Todd C
 
Posts: n/a

Default RE: Can SSIS "populate from source" like DTS? - 11-25-2008 , 08:18 AM



Hello 'Elvis':

Try this:
Create a new SSIS Package. Drag a Data Flow onto the Control Flow and
double-click it.
On the Data Flow, add a Source Adapter from an appropriate source.
Now drag a Flat File Destination onto the Data Flow. Connect the green arrow
from the source to the Destination.
Double-click on the destination to configure it. Pay particular attention to
all the options presented in all the dialog boxes.
It should 'auto-discover' the meta data of the source and set up a flat file
Connection Manager with the same Column Headings.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"elvisboats" wrote:

Quote:
Folks, I've got a think-it-would-be-simple task that is really
stumping me. I need to populate a flat file from SSIS with fixed
length columns. In DTS, this would be as simple as going into the
transformation step, selecting a table or writing a SELECT statement,
and in the Destination tab clicking on the "Populate From Source"
button. Since my source table has all CHAR fixed length columns, it
would create the text file column lengths exactly how I want it -
badda bing badda boom.

The issue is, I don't see a SSIS equivalent to the "Populate From
Source" function in DTS. Frankly I find the idea of manually creating
190 columns and specifying the lengths EXTREMELY tedious and prone to
error. There MUST be a way of doing this automatically in SSIS... but
how?


Reply With Quote
  #7  
Old   
Todd C
 
Posts: n/a

Default RE: Can SSIS "populate from source" like DTS? - 11-25-2008 , 08:18 AM



Hello 'Elvis':

Try this:
Create a new SSIS Package. Drag a Data Flow onto the Control Flow and
double-click it.
On the Data Flow, add a Source Adapter from an appropriate source.
Now drag a Flat File Destination onto the Data Flow. Connect the green arrow
from the source to the Destination.
Double-click on the destination to configure it. Pay particular attention to
all the options presented in all the dialog boxes.
It should 'auto-discover' the meta data of the source and set up a flat file
Connection Manager with the same Column Headings.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"elvisboats" wrote:

Quote:
Folks, I've got a think-it-would-be-simple task that is really
stumping me. I need to populate a flat file from SSIS with fixed
length columns. In DTS, this would be as simple as going into the
transformation step, selecting a table or writing a SELECT statement,
and in the Destination tab clicking on the "Populate From Source"
button. Since my source table has all CHAR fixed length columns, it
would create the text file column lengths exactly how I want it -
badda bing badda boom.

The issue is, I don't see a SSIS equivalent to the "Populate From
Source" function in DTS. Frankly I find the idea of manually creating
190 columns and specifying the lengths EXTREMELY tedious and prone to
error. There MUST be a way of doing this automatically in SSIS... but
how?


Reply With Quote
  #8  
Old   
Todd C
 
Posts: n/a

Default RE: Can SSIS "populate from source" like DTS? - 11-25-2008 , 08:18 AM



Hello 'Elvis':

Try this:
Create a new SSIS Package. Drag a Data Flow onto the Control Flow and
double-click it.
On the Data Flow, add a Source Adapter from an appropriate source.
Now drag a Flat File Destination onto the Data Flow. Connect the green arrow
from the source to the Destination.
Double-click on the destination to configure it. Pay particular attention to
all the options presented in all the dialog boxes.
It should 'auto-discover' the meta data of the source and set up a flat file
Connection Manager with the same Column Headings.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"elvisboats" wrote:

Quote:
Folks, I've got a think-it-would-be-simple task that is really
stumping me. I need to populate a flat file from SSIS with fixed
length columns. In DTS, this would be as simple as going into the
transformation step, selecting a table or writing a SELECT statement,
and in the Destination tab clicking on the "Populate From Source"
button. Since my source table has all CHAR fixed length columns, it
would create the text file column lengths exactly how I want it -
badda bing badda boom.

The issue is, I don't see a SSIS equivalent to the "Populate From
Source" function in DTS. Frankly I find the idea of manually creating
190 columns and specifying the lengths EXTREMELY tedious and prone to
error. There MUST be a way of doing this automatically in SSIS... but
how?


Reply With Quote
  #9  
Old   
Todd C
 
Posts: n/a

Default RE: Can SSIS "populate from source" like DTS? - 11-25-2008 , 08:18 AM



Hello 'Elvis':

Try this:
Create a new SSIS Package. Drag a Data Flow onto the Control Flow and
double-click it.
On the Data Flow, add a Source Adapter from an appropriate source.
Now drag a Flat File Destination onto the Data Flow. Connect the green arrow
from the source to the Destination.
Double-click on the destination to configure it. Pay particular attention to
all the options presented in all the dialog boxes.
It should 'auto-discover' the meta data of the source and set up a flat file
Connection Manager with the same Column Headings.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"elvisboats" wrote:

Quote:
Folks, I've got a think-it-would-be-simple task that is really
stumping me. I need to populate a flat file from SSIS with fixed
length columns. In DTS, this would be as simple as going into the
transformation step, selecting a table or writing a SELECT statement,
and in the Destination tab clicking on the "Populate From Source"
button. Since my source table has all CHAR fixed length columns, it
would create the text file column lengths exactly how I want it -
badda bing badda boom.

The issue is, I don't see a SSIS equivalent to the "Populate From
Source" function in DTS. Frankly I find the idea of manually creating
190 columns and specifying the lengths EXTREMELY tedious and prone to
error. There MUST be a way of doing this automatically in SSIS... but
how?


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.