About 50 results
Open links in new tab
  1. How to extract ETL (Jobs) from SQL Server Management Studio

    Oct 21, 2024 · I want to extract the code from my Jobs (ETL) from my SQL Server 2014, which are in SQL Server Agent -> Jobs. I currently have more than 400, is there a faster way than entering each …

  2. Extract domo magic etl metadata for sql migration

    Feb 1, 2024 · It's better to use the ETL as a guide to reproduce the logic of the dataflow rather than an exact translation. Domo does allow creating MySQL DataFlows that are written in SQL - that might …

  3. What is the SSIS package and what does it do? - Stack Overflow

    Jan 18, 2009 · 3 Microsoft SQL Server Integration Services (SSIS) is a platform for building high-performance data integration solutions, including extraction, transformation, and load (ETL) …

  4. sql - ETL - Views or persist tables? - Stack Overflow

    May 31, 2015 · Of course it also depends on the situation (size of tables, how are similar processes designed in this company, how complex is the ETL-process, ...). I personally prefer to copy tables, …

  5. sql - ETL - Update Tables with potentially new records or updated ...

    Aug 18, 2021 · 1 I am trying to accomplish the following table update via an insert for an etl process: Add in a new records that did not exists Update any records that had updates Keep all the records in …

  6. How to pull data with ETL stored procedure using SQL Server

    Jan 1, 2017 · How to pull data with ETL stored procedure using SQL Server Ask Question Asked 7 years, 3 months ago Modified 7 years, 3 months ago

  7. etl - Easiest way to extract SharePoint list data to a separate SQL ...

    It enables you to query lists in SharePoint through standard SQL language, using SharePoint as a data layer. Besides from the connector, there will be a large number of open source tools and utilities …

  8. etl - Connecting Power Apps Model-Driven Apps to SQL Server tables ...

    Aug 9, 2022 · Trying to figure out the best way of managing data stored in an on-premise SQL Server database, for a Power Automate Model-Driven App. For Canvas Apps, typically I use a connector to …

  9. sql - Domain specific language to perform data extraction and ...

    1 Does anyone of domain specific languages (DSL) that facilitate data extraction and transformation as part of an Extract-Transform-Load (ETL) pipeline? I'd like to extract data from a 3rd party SQL …

  10. sql - How to test incremental data in ETL - Stack Overflow

    Jan 10, 2013 · I have been asked at many interviews the same question again and again.The question is how would you test incremental data which gets loaded every day in their database.My position is …