Developing CI/CD pipeline for SQL server- Part 1

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

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

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

    Most needed one ! 👍

  • @That_One_song
    @That_One_song 10 месяцев назад

    Thank you.. very useful and informative! and can you please share the sample project, I too need to test that

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

    Very good, explanation 👍

  • @nareshreddy8058
    @nareshreddy8058 5 дней назад

    This is very good for Azure ...
    in VS, i cannot find the target platform AWS
    Is this support dor only Azure DB ?
    Is not support for AWS DB ?

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

    Thank you.. very useful and informative!

  • @usr3426
    @usr3426 3 года назад

    Hi Anshu, Nice Video keep Rocking!

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

    very nicely explained.

  • @jagdishwagh-y6z
    @jagdishwagh-y6z 9 месяцев назад

    Good but when we have many database and cross references It will create a lot of problem in deployment process in Realtime scenario.

  • @AniyaRajVlogs
    @AniyaRajVlogs 3 года назад

    How did you connect azure function sample database.. please be elaborate

    • @AnshumanDikshit
      @AnshumanDikshit  3 года назад

      I am not sure Why you have mentioned Azure functions over here ...This is a CICD pipeline for SQL server . If you dont know what exactly Azure functions is ,you can watch my videos on Azure function

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

    How do I create the solution file.

  • @MANOJKUMARdotNet
    @MANOJKUMARdotNet 3 года назад

    hi I want to execute script from sql file .sql ,which is inside my project , any help?

    • @AnshumanDikshit
      @AnshumanDikshit  3 года назад

      This is not related to CICD but yes you can ...go to your sql server and there you can execute it

    • @MANOJKUMARdotNet
      @MANOJKUMARdotNet 3 года назад

      @@AnshumanDikshit hi ,what I want instead of selecting dacpac I want to use .sql file in pipeline - as deploy type (sql script file ) and provide location of file . but getting no files found ,just checking how we can provide location of sql file in this case

    • @AnshumanDikshit
      @AnshumanDikshit  3 года назад

      @@MANOJKUMARdotNet please check if the folder path of your remote git repo is correct or not . sometimes folder path looks correct but it might not be the actual one

  • @jyothiitrecruiter2781
    @jyothiitrecruiter2781 3 года назад

    Hi anshu