![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
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/ |
![]() |
| Thread Tools | |
| Display Modes | |
| |