dbTalk Databases Forums  

Export logic from integration services to stored procedures

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


Discuss Export logic from integration services to stored procedures in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
david.leiva@gmail.com
 
Posts: n/a

Default Export logic from integration services to stored procedures - 10-09-2007 , 11:16 AM






Hi,

I'm involved in a project working in a SQL Environment, let's call it
SQLDB. We have to integrate in a single database data extracted from
two different sources: Source1 and Source2.

We don't have direct access to manage the execution environment and we
have been told that we cannot use Integration Services to transform
the data extracted from Source1 and Source2. This is something we have
to deal with, a fact, it's an assumption we cannot change.

Because of this fact we will have to create our own Stored Procedures
directly, and export them to SQLDB.

Would it be possible/feasible/convenient to use Integration Services
as our development tool for the transformations? I think it would be
really useful to use the facilities of Integration Services in order
to transform data and later export this code to store procedures that
we could import in SQLDB. Is this possible?

Thanks a lot

Regards,
David


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

Default RE: Export logic from integration services to stored procedures - 10-09-2007 , 02:41 PM






Hello David:
I really don't think that you can take a completed SSIS package and
reverse-engineer it into a T-SQL stored procedure. True that SSIS files are
saved in xml format, but the whole CONCEPT of SSIS is so different from
stored procedures that it jsut wouldn't work.

SSIS works on Control Flow/Data Flow, and 'pipeline' based analogies. But
stroed procedures are typically set-based operations (unless you make
extensive use of staging tables, etc).

If someone has heard othersise, please post so here, but I have never heard
of such a process or tool.

Sorry.
--
Todd C

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


"david.leiva (AT) gmail (DOT) com" wrote:

Quote:
Hi,

I'm involved in a project working in a SQL Environment, let's call it
SQLDB. We have to integrate in a single database data extracted from
two different sources: Source1 and Source2.

We don't have direct access to manage the execution environment and we
have been told that we cannot use Integration Services to transform
the data extracted from Source1 and Source2. This is something we have
to deal with, a fact, it's an assumption we cannot change.

Because of this fact we will have to create our own Stored Procedures
directly, and export them to SQLDB.

Would it be possible/feasible/convenient to use Integration Services
as our development tool for the transformations? I think it would be
really useful to use the facilities of Integration Services in order
to transform data and later export this code to store procedures that
we could import in SQLDB. Is this possible?

Thanks a lot

Regards,
David



Reply With Quote
  #3  
Old   
Kent Tegels
 
Posts: n/a

Default Re: Export logic from integration services to stored procedures - 10-09-2007 , 04:15 PM



Hello david.leiva (AT) gmail (DOT) com,

I'll second the "no" here with a tangent. SSIS and SQL scripts are very different
things -- Unless you can use SQLCLR for your stored procs and that might
just be asking for way too much trouble.

That, SSIS might be okay as a planning/prototype tool and to help you discover
the conversion issues you'll have to face. Helpful, but understand that there
is lot of T-SQL to write after the fact.

Thanks!
Kent Tegels
DevelopMentor
http://staff.develop.com/ktegels/



Reply With Quote
  #4  
Old   
david.leiva@gmail.com
 
Posts: n/a

Default Re: Export logic from integration services to stored procedures - 10-10-2007 , 02:16 AM



On 9 oct, 23:15, Kent Tegels <kteg... (AT) develop (DOT) com> wrote:
Quote:
Hello david.le... (AT) gmail (DOT) com,

I'll second the "no" here with a tangent. SSIS and SQL scripts are very different
things -- Unless you can use SQLCLR for your stored procs and that might
just be asking for way too much trouble.

That, SSIS might be okay as a planning/prototype tool and to help you discover
the conversion issues you'll have to face. Helpful, but understand that there
is lot of T-SQL to write after the fact.

Thanks!
Kent Tegels
DevelopMentorhttp://staff.develop.com/ktegels/
Ok. Thanks a lot for your answers! Really helpful...and
disappointing :-)



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 - 2013, Jelsoft Enterprises Ltd.