dbTalk Databases Forums  

update thru ssis

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


Discuss update thru ssis in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Matthew Roche
 
Posts: n/a

Default Re: update thru ssis - 05-22-2008 , 06:14 PM






The only way to perform an update or delete in the SSIS data flow is to use
the OLE DB Command transformation. This is simple to use, but can perform
poorly for large data volumes because it operates in a row-based manner. You
can also load all of your data into a "staging" table using a destination
component and then use an Execute SQL task in the package's control flow to
perform a single set-based UPDATE or DELETE once the data flow is complete.

"lark" wrote:

Quote:
come on folks, do you have any suggestions? I am willing to take up reading
if I can get a url.


"lark" <lark (AT) buysurething (DOT) com> wrote in message
news:692Xj.141$mh5.64 (AT) nlpi067 (DOT) nbdc.sbc.com...
hello all,

i know ssis allows to insert from a csv file into sqlserver (2005) tables
but is it possible to either update and/or delete records with an ssis
package based on a csv file?

thanks for you help.





Reply With Quote
  #12  
Old   
Matthew Roche
 
Posts: n/a

Default Re: update thru ssis - 05-22-2008 , 06:14 PM






The only way to perform an update or delete in the SSIS data flow is to use
the OLE DB Command transformation. This is simple to use, but can perform
poorly for large data volumes because it operates in a row-based manner. You
can also load all of your data into a "staging" table using a destination
component and then use an Execute SQL task in the package's control flow to
perform a single set-based UPDATE or DELETE once the data flow is complete.

"lark" wrote:

Quote:
come on folks, do you have any suggestions? I am willing to take up reading
if I can get a url.


"lark" <lark (AT) buysurething (DOT) com> wrote in message
news:692Xj.141$mh5.64 (AT) nlpi067 (DOT) nbdc.sbc.com...
hello all,

i know ssis allows to insert from a csv file into sqlserver (2005) tables
but is it possible to either update and/or delete records with an ssis
package based on a csv file?

thanks for you help.





Reply With Quote
  #13  
Old   
Matthew Roche
 
Posts: n/a

Default Re: update thru ssis - 05-22-2008 , 06:14 PM



The only way to perform an update or delete in the SSIS data flow is to use
the OLE DB Command transformation. This is simple to use, but can perform
poorly for large data volumes because it operates in a row-based manner. You
can also load all of your data into a "staging" table using a destination
component and then use an Execute SQL task in the package's control flow to
perform a single set-based UPDATE or DELETE once the data flow is complete.

"lark" wrote:

Quote:
come on folks, do you have any suggestions? I am willing to take up reading
if I can get a url.


"lark" <lark (AT) buysurething (DOT) com> wrote in message
news:692Xj.141$mh5.64 (AT) nlpi067 (DOT) nbdc.sbc.com...
hello all,

i know ssis allows to insert from a csv file into sqlserver (2005) tables
but is it possible to either update and/or delete records with an ssis
package based on a csv file?

thanks for you help.





Reply With Quote
  #14  
Old   
Matthew Roche
 
Posts: n/a

Default Re: update thru ssis - 05-22-2008 , 06:14 PM



The only way to perform an update or delete in the SSIS data flow is to use
the OLE DB Command transformation. This is simple to use, but can perform
poorly for large data volumes because it operates in a row-based manner. You
can also load all of your data into a "staging" table using a destination
component and then use an Execute SQL task in the package's control flow to
perform a single set-based UPDATE or DELETE once the data flow is complete.

"lark" wrote:

Quote:
come on folks, do you have any suggestions? I am willing to take up reading
if I can get a url.


"lark" <lark (AT) buysurething (DOT) com> wrote in message
news:692Xj.141$mh5.64 (AT) nlpi067 (DOT) nbdc.sbc.com...
hello all,

i know ssis allows to insert from a csv file into sqlserver (2005) tables
but is it possible to either update and/or delete records with an ssis
package based on a csv file?

thanks for you help.





Reply With Quote
  #15  
Old   
Matthew Roche
 
Posts: n/a

Default Re: update thru ssis - 05-22-2008 , 06:14 PM



The only way to perform an update or delete in the SSIS data flow is to use
the OLE DB Command transformation. This is simple to use, but can perform
poorly for large data volumes because it operates in a row-based manner. You
can also load all of your data into a "staging" table using a destination
component and then use an Execute SQL task in the package's control flow to
perform a single set-based UPDATE or DELETE once the data flow is complete.

"lark" wrote:

Quote:
come on folks, do you have any suggestions? I am willing to take up reading
if I can get a url.


"lark" <lark (AT) buysurething (DOT) com> wrote in message
news:692Xj.141$mh5.64 (AT) nlpi067 (DOT) nbdc.sbc.com...
hello all,

i know ssis allows to insert from a csv file into sqlserver (2005) tables
but is it possible to either update and/or delete records with an ssis
package based on a csv file?

thanks for you help.





Reply With Quote
  #16  
Old   
Matthew Roche
 
Posts: n/a

Default Re: update thru ssis - 05-22-2008 , 06:14 PM



The only way to perform an update or delete in the SSIS data flow is to use
the OLE DB Command transformation. This is simple to use, but can perform
poorly for large data volumes because it operates in a row-based manner. You
can also load all of your data into a "staging" table using a destination
component and then use an Execute SQL task in the package's control flow to
perform a single set-based UPDATE or DELETE once the data flow is complete.

"lark" wrote:

Quote:
come on folks, do you have any suggestions? I am willing to take up reading
if I can get a url.


"lark" <lark (AT) buysurething (DOT) com> wrote in message
news:692Xj.141$mh5.64 (AT) nlpi067 (DOT) nbdc.sbc.com...
hello all,

i know ssis allows to insert from a csv file into sqlserver (2005) tables
but is it possible to either update and/or delete records with an ssis
package based on a csv file?

thanks for you help.





Reply With Quote
  #17  
Old   
Matthew Roche
 
Posts: n/a

Default Re: update thru ssis - 05-22-2008 , 06:14 PM



The only way to perform an update or delete in the SSIS data flow is to use
the OLE DB Command transformation. This is simple to use, but can perform
poorly for large data volumes because it operates in a row-based manner. You
can also load all of your data into a "staging" table using a destination
component and then use an Execute SQL task in the package's control flow to
perform a single set-based UPDATE or DELETE once the data flow is complete.

"lark" wrote:

Quote:
come on folks, do you have any suggestions? I am willing to take up reading
if I can get a url.


"lark" <lark (AT) buysurething (DOT) com> wrote in message
news:692Xj.141$mh5.64 (AT) nlpi067 (DOT) nbdc.sbc.com...
hello all,

i know ssis allows to insert from a csv file into sqlserver (2005) tables
but is it possible to either update and/or delete records with an ssis
package based on a csv file?

thanks for you help.





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.