About 3,660,000 results
Open links in new tab
  1. What is the SSIS package and what does it do? - Stack Overflow

    Oct 5, 2011 · The SQL Server Integration Services, shortly called as SSIS is a powerful ETL tool. SSIS ETL tool is used to extract data from different sources and transform that Data as per …

  2. 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 …

  3. 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 …

  4. What is DTS/SSIS in SQL Server? - Stack Overflow

    Sep 21, 2016 · SSIS stands for SQL Server Integration Services is a tool that we use to perform ETL operations ETL (Extract, Transform, and Load) is a process in data warehousing …

  5. 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 …

  6. 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 …

  7. sql server - Advantages of using SSIS packages over stored …

    If I can do the required ETL requirements using stored procedures, any advantages of using SSIS packages instead? My ETL stuff is nothing major. I feel like using an old technology. I like …

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

    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 …

  9. sql - ETL: doing a join across different sources with different field ...

    Oct 30, 2020 · For an application that does ETL across multiple sources, how are joins handled where the "value" may be the same, but how it is represented could be different. …

  10. What is the best way to transfer data from SAP to SQL Server?

    Aug 7, 2019 · For the extract, transform and load (ETL) procedure, we want to use Microsoft SQL Server Integration Services. There are many vendors on the market like Theobald, CData etc, …