We would like to possibly switch from ADO.NET to SSIS. At the moment, both the TX application (ODX is not being used) and the SQL server are on the same box using ADO.NET. We want to split off TX to its own server and use SSIS instead of ADO.NET. Has anybody done this and can share the high level steps? Or even how you think it might be best accomplished? Specifically, once the application server is up and running with all the pertinent software, how would one make this transition?
Solved
Does anyone have experience switching from ADO.NET to SSIS?
Best answer by Wim
Hi Brandon we have been using Direct Read since it was first introduced and that's exactly how it works.
From BU to DW data is transferred directly by the SQL server via a stored procedure that does INSERT INTO (your dw table) FROM (your stage table), no intervention needed from TX.
Where ADO is still needed is from Source to BU. But that's only once via the server where TX resides. All the "heavy lifting" afterwards is done by the SQL server.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.