About 1,640,000 results
Open links in new tab
  1. Pentaho Spoon: load SQL code from txt file and run it

    Sep 7, 2017 · I'd like some component equivament to Execute SQL Script to read a .sql file, take its content and send it to MSSQL. It would be awesome if I could provide the connection string on the sql file, or at least set it as a ktr parameter.

  2. Execute SQL Script - docs.hitachivantara.com

    You can execute SQL scripts with this step using either of the following methods: Execute the SQL script once, during the initialization phase of the transformation. Execute the SQL script once for every input row that is sent to this step.

  3. Pentaho - Kettle: can I execute a SQL script on the outputs of a ...

    Nov 18, 2014 · I have a Pentaho - Kettle transformation which loads data from two separate csv files, then applies a 'unique rows(hashset)' transformation. Can I execute a SQL script based on the output of the 'unique rows' step? I'd like to run something like. select field1, sum(field2) as MyCalc from InputTable group by field1 having sum(field2) > 100

  4. Pentaho kettle : how to execute "insert into ... select from" …

    I want to insert data from a csv file to a custom DB, which does not support the "insert table" step. So i would like to use the sql script step, with one request : INSERT INTO myTable SELECT * FROM myInput

  5. Execute SQL script - Pentaho Data Integration - Atlassian

    You can execute SQL scripts with this step, either once, during the initialization phase of the transformation, or once for every input-row that the step is given. The second option can be …

  6. Execute an Update SQL Query on a Kettle Transformation | Pentaho

    Jan 2, 2018 · I'm new to spoon and I've been using Holowczack's tutorials to get a feel of how PDI works. I have a scenario where I would like to run an update script after a table input and table output job, can anyone assist? I have tried these four but I can't seem to figure out how to make them work. Here's the scenario...

  7. Execute SQL Scripts on Multiple SQL Servers and Save Output

    May 30, 2019 · Open SQL Server Management Studio (SSMS) and connect to new query window. Then go to Query and select SQLCMD. This will connect SQL Query in SQLCMD mode. Now your SSMS query will be in SQLCMD mode and from a single query window you can connect to multiple SQL Servers.

  8. Spoon - read SQL code from txt file and execute on DB

    Jul 7, 2017 · It makes easier to track changes on Subversion, and in case of need I can just open the sql file on DB manager and execute it directly. How could I do that? I suppose I could use some component to read a txt file into a variable, and another component to take that variable and execute it on DB.

  9. ETL with Pentaho Data Integration - MCGEE TECHNOLOGY

    Apr 12, 2016 · To start spoon run the bat file: Linux and Mac users should find and run the equivalent shell script to launch Spoon. In this tutorial we are going to read in data from a CSV file, manipulate it and write it out into a new format, XML.

  10. Automate the generation of SQL query output to CSV

    May 19, 2021 · The CSV comment only works in SQL Developer unfortunately. The best way to handle this is to write a PL/SQL procedure that generates the file. There's three things you'll need to create: - A directory. This points the location on the database server you'll write the file to - A procedure to write the file - A scheduler job to automate the process

  11. Some results have been removed
Refresh