How to write TSQL Query or Stored Procedure for Multi Value Parameter Report in SSRS -SSRS Interview

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 พ.ย. 2024

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

  • @j80831888
    @j80831888 5 ปีที่แล้ว

    nice video! just one question, do we must use dynamic SQL in this case? I don't really see the point why we use dynamic SQL. Thanks!

  • @user-RRM
    @user-RRM 2 ปีที่แล้ว

    Nice video. I have one question. Here we are retrieving records from a table. Can we use a CTE instead of table?
    Thank you.

  • @bhavanagudey1555
    @bhavanagudey1555 8 ปีที่แล้ว

    Hello Amir, NICE EXPLANATION. I got a doubt here.
    when you write the query - 'select * from dbo.totalsale where region in (@region)' in SSRS. The parameters that we are passing in are also with out quotation marks.
    I mean we pass ASIA,EUROPE. Here we get output successfully. Why we keep quotation marks in stored procedures?
    Please clear my doubt Amir...

  • @trevorm1172
    @trevorm1172 5 ปีที่แล้ว

    Any other easier ways of doing this

    • @TechBrothersIT
      @TechBrothersIT  5 ปีที่แล้ว

      I don't think so. You will get used to it , if you practice couple of times:) all the best