About 160,000 results
Open links in new tab
  1. How and Why to Use Parameterized Queries | Microsoft Community Hub

    Mar 23, 2019 · A parameterized query is a query in which placeholders are used for parameters and the parameter values are supplied at execution time. The most important reason to use parameterized …

  2. Reuse ADF entities with dynamic parameters | Microsoft Community Hub

    May 4, 2022 · Create a parameterized linked service 1. Create a new linked service and add the parameters account_name and account_secret, that will be populated during runtime to access each …

  3. Azure Synapse Analytics CI/CD with Custom Parameters - Made Easy ...

    Apr 24, 2023 · Learn how to easily create a custom parameter template for your Azure Synapse Workspace deployments for Azure DevOps Release Pipeline.

  4. What Are the Ways to Dynamically Invoke Pipelines in ADF from …

    Apr 28, 2025 · Parameterized execution Best practices for passing dynamic parameters to each pipeline when calling them in a loop or based on external config. Calling ADF pipelines via REST API or Web …

  5. ADF Data Flow Fails with "Path does not resolve to any file" — Dynamic ...

    May 1, 2025 · The trigger passes dynamic folderPath and fileName values into a parameterized dataset and mapping data flow. Everything works perfectly when I debug the pipeline manually or trigger the …

  6. Dynamic SQL & SQL injection | Microsoft Community Hub

    Mar 23, 2019 · It helps you to create the parameterized query, but it has to be used properly in order to work. I have seen a common misuse of this stored procedure: using the user-defined input (untrusted …

  7. Parameterizing Managed Connections with Logic Apps Standard

    Oct 26, 2022 · Parameterizing Managed Connections with Logic Apps Standard Introduction Logic Apps Standard introduces a resource structure that can host multiple workflows within the same …

  8. Parameterized Sql Statement: Expression.Error: This native database ...

    Feb 3, 2021 · Parameterized Sql Statement: Expression.Error: This native database query isn't currently supported Hello, I have a query in excel that loads without any issues. I have tried adding …

  9. 4.0 Query Parameterization | Microsoft Community Hub

    Mar 23, 2019 · The parameterized (or prepared) query is the actual compiled plan for the query with the literal values replaced with parameters. The first row contains what we call the shell query and has …

  10. Azure Synapse Studio CICD using YAML pipelines | Microsoft …

    Jan 7, 2022 · The recurrence property also is parameterized. Under it, all properties at that level are specified to be parameterized as strings, with default values and parameter names. An exception is …