Text
ETL Example using SSIS
- Open source (GNU GPL)
- 100% T-SQL
- Simple
- https://github.com/basvdberg/BETL
- http://www.biblog.nl
needed
- target schema
exec betl.def.set_target_schema
'[AdventureWorks2014]'
, '[My_Staging].[dbo]'
- ETL template
exec betl.def.setp 'template_id', 1, '[AdventureWorks2014]'
https://github.com/basvdberg/BETL
www.biblog.nl