What is the difference between Stored Procedure and Functions ?

Поделиться
HTML-код
  • Опубликовано: 10 июл 2022
  • 1. Full .NET Interview Course
    C# / ASP.NET Core / MVC / API - Top 500 Interview Questions
    www.udemy.com/course/csharp-o...
    Don't worry if course not helping you, Udemy has 30 days Free Refund Policy.
    2. Quick Revision Book (PDF format)
    Top 500 .NET Interview Questions - OOPS/ C#/ ASP.Net/ MVC/ SQL /.Net Core /Web API
    imojo.in/interviewhappy
    50% Discount Applied on above link.
    Don't worry if book not helping you, I will return 100% of your money with in 7 days of purchase. Just mail me at anuragrawat123@gmail.com.
    My best wishes are with you.

Комментарии • 21

  • @kavitakumawat9929
    @kavitakumawat9929 11 месяцев назад

    I have started liking your content, its quite apt and to the point! Thank you :)

  • @lokeshleo8354
    @lokeshleo8354 2 месяца назад

    Hi Sir I have a doubt, we can use SQL statements in SPs is it correct?

  • @charlesopuoro5295
    @charlesopuoro5295 Год назад

    Thanks a whole lot for this.

  • @hasanmougharbel8030
    @hasanmougharbel8030 2 года назад +1

    Hey there, Great efforts in this channel.
    I have learned recently about assemblies.
    In what way, Assemblies are different from stored procedures?
    I appreciate your help at your sole convenience.
    Thanks a lot.

    • @interviewhappy
      @interviewhappy  2 года назад

      Hi Hasan, Assemblies are in .NET framework and Stored Procedures are in sql server.
      Assembly is the compile code and stored procedure is the compiled set of queries.

  • @tesfayekebebe2553
    @tesfayekebebe2553 2 года назад +1

    Thanks a lot bro.

  • @CHANDRUS-ur3ls
    @CHANDRUS-ur3ls 9 месяцев назад

    Points are very apt thank you

  • @2784raj
    @2784raj 2 года назад +1

    Thanks you sirji...

  • @nikitabathini2169
    @nikitabathini2169 2 года назад +1

    Thank you Sir

  • @sergeymigel4680
    @sergeymigel4680 Год назад +1

    thank you

  • @abhishekkumarsingh3678
    @abhishekkumarsingh3678 Год назад +1

    Oh you are from spain
    Great!!

  • @psrikant1342
    @psrikant1342 4 месяца назад

    One more difference is we cannot use DML statements in functions..is that right ?