CLR extensions for SQL Server. Part 1. Table-valued User Defined Functions.

Поделиться
HTML-код
  • Опубликовано: 17 апр 2017
  • Creating CLR UDF (table-valued user-defined functions) in Visual Studio. Using CLR UDF in SQL Server.
  • НаукаНаука

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

  • @Pendragonzzz
    @Pendragonzzz 4 месяца назад +1

    Exactly what i was looking for. Thank you.

  • @jeremilecki344
    @jeremilecki344 7 месяцев назад +1

    Świetny tutorial Duży PLUS

  • @sergeyt4118
    @sergeyt4118 3 года назад +1

    да, хотим еще! thnx :)

  • @ShoniNemavhidi
    @ShoniNemavhidi 4 года назад +1

    This is a great tutorial actually.

  • @sknty
    @sknty 5 лет назад

    Thanks for sharing, good stuff!

  • @arnesbeganovic
    @arnesbeganovic 6 лет назад

    Nice explanation. THank you!!!

  • @JoseDonosoM
    @JoseDonosoM 3 года назад +1

    Good!!

  • @adampelikant8017
    @adampelikant8017 7 лет назад +1

    Czekam niecierpliwie na ciąg dalszy. Może warto udostępnić również kod.Serdecznie pozdrawiam

    • @piotrpilny
      @piotrpilny  7 лет назад

      Są w trakcie. Szykują się funkcje agregujące, potem UDT :)

  • @dekuipertjes
    @dekuipertjes 5 лет назад

    shame part 2 never got uploaded?!

  • @mtsurov
    @mtsurov 6 лет назад

    SQL 2017 made it a whole lot more complex seems like. You cannot just change database to trustworthy mode, despite having admin privileges. Anyone tried?

    • @Zikato25
      @Zikato25 5 лет назад +1

      You should not switch to Trustworthy anyway. Look up some info on Module signing - especially by Solomon Rutzky. Basically, you create a certificate and a server login and sign your assembly with this certificate.

    • @srutzky
      @srutzky 4 года назад

      ​@@Zikato25 Thanks 😺. Yes, I was just about to mention that enabling TRUSTWORTHY is NOT necessary, and a bad practice. @mtsurov Please visit ModuleSigning.Info/ for details and links to all of the info you need. To find deployment options more quickly, start here: sqlquantumleap.com/2017/08/09/sqlclr-vs-sql-server-2017-part-2-clr-strict-security-solution-1/

  • @LuigiZambetti
    @LuigiZambetti 6 лет назад

    You should use a bigger font for your videos.

    • @piotrpilny
      @piotrpilny  6 лет назад

      Luigi Zambetti You are right. Next time I will. Thanks for your comment.