Alteryx - Dynamically Pass a Value to SQL Stored Procedure

แชร์
ฝัง

ความคิดเห็น • 18

  • @KennethBlack
    @KennethBlack 2 ปีที่แล้ว +2

    Nicely done Nathan. I have not tried to modify stored procedures within Alteryx, so this was a great example for me. I always appreciate your succinctness, pace and excellent commentary.

    • @NPT
      @NPT  2 ปีที่แล้ว

      Thanks, Ken! I always appreciate the kind words. Keep on making stuff happen my friend! 👍

  • @omaryda
    @omaryda ปีที่แล้ว

    This was SUPER helpful. Thank you sooo much!

  • @bhanubrahmadesam4508
    @bhanubrahmadesam4508 2 ปีที่แล้ว +1

    Very nice explanation Nathan. Just what I'm looking for.

    • @NPT
      @NPT  2 ปีที่แล้ว

      You're welcome, Bhanu!

  • @Genovia816
    @Genovia816 ปีที่แล้ว

    Thanks for sharing Nathan

  • @Lephaswi
    @Lephaswi 6 หลายเดือนก่อน

    Is there a way to pass a table type or a list as a parameter to a stored proc using Alteryx?

  • @bhanubrahmadesam4508
    @bhanubrahmadesam4508 2 ปีที่แล้ว

    hi Nathan,
    I have a workflow that I want to run say 50 times by passing 50 different values. Using this video I was able to parameterize the workflow and was able to pass one parameter at a time. But if I were to run the same for 50 times, instead of running for 50 times passing 50 different parameters each time, can we have all those 50 input parameters in a file and then create a workflow in such a way that it reads the input parameters file and run for all the values in that file one by one. I wasn't able to find a good solution for that. Could you please help me with this scenario. Please let me know if the ask is unclear/irrelevant. Thanks in advance.

    • @drkenny7928
      @drkenny7928 ปีที่แล้ว

      Did you get any help on this. I’m in the same boat

  • @arshisiddique1612
    @arshisiddique1612 2 ปีที่แล้ว +1

    Thanks for explaining. I have a stored procedure which contains a single parameter and parameter value is like for example if i will pas forecast as a parameter it will fetch forecast data so we have multiple parameter value and we want to dynamically select parameter value in Alteryx, so which interface tool would be consider ? Can you please assist me

    • @NPT
      @NPT  2 ปีที่แล้ว +1

      Hi Arshi, thanks for the question. What is the data type of the parameter in the stored proc?

    • @arshisiddique1612
      @arshisiddique1612 2 ปีที่แล้ว

      @@NPT nvarchar

    • @NPT
      @NPT  2 ปีที่แล้ว +1

      @@arshisiddique1612 I would use the "Text Box" tool. Then you may want to validate the user input before passing it to the stored proc. Especially, if there are certain text values you don't want coming over to the query.

    • @arshisiddique1612
      @arshisiddique1612 2 ปีที่แล้ว

      @@NPT thanks for quick response, i will try and let you know

    • @NPT
      @NPT  2 ปีที่แล้ว

      @@arshisiddique1612 Yes, please let me know how it goes.

  • @benchpolo
    @benchpolo ปีที่แล้ว

    can you use the @StartDate and @EndDate instead of the actual date?