Data Source - Microsoft SQL Server
    • PDF

    Data Source - Microsoft SQL Server

    • PDF

    Article summary

    summary

    Help Page for ETL Configuration of Data Setting from Microsoft SQL Server.

    constraints

    Setting items

    STEP1 Basic settings

    item nameindispensabledefault valueContents
    Microsoft SQL Server Connection ConfigurationYes-Select the previously registered Connection Configuration that has the necessary permissions for this ETL Configuration.
    databaseYes-Specify the name of the database in which the data you wish to retrieve is stored.
    schemaYes-Specify the name of the schema in which the data you wish to retrieve is stored.
    Transfer MethodYesTransfer using querySelect either Transfer or Incremental Data Transfer****using the query.
    For more information on Incremental Data Transfer, see Incremental Data Transfer Function.
    queryYes-Enter if you selected transfer using query as the transfer method.
    Enter SQL to retrieve transfer data.
    tableYes-Enter if Incremental Data Transfer is selected as the transfer method.
    Enter the name of the table containing the data you wish to transfer.
    Default time zoneYesUTCIf the column was of type date/time/datetime, specify which time zone the time should be in.

    STEP2 Detailed settings

    item namedefault valueContents
    Number of records processed by the cursor at one time10000You can specify the number of rows to retrieve at a time.
    Connection timeout (seconds)300You can specify a timeout in seconds before the driver connects.
    When set to 0, the default for Microsoft SQL Server is 15 seconds.
    Socket timeout (seconds)1800You can specify a timeout in seconds before the query is executed.
    When set to 0, there is no timeout.

    Was this article helpful?