Developing CI/CD pipeline for SQL server- Part 2

In this video, we will create a Continuous Delivery(CD) Pipeline for SQL server by using Azure DevOps.This will maintain the version control without disturbing the state persistency of the SQL database.
In Part-2 of this video, we will create a continuous Delivery pipeline Azure SQL server to deploy the latest changes to a different environment. Please watch the previous video to generate.DACPAC file which will be deployed by using a CD pipeline.
Developing CI/CD pipeline for SQL server- Part 1: • Developing CI/CD pipel...

Пікірлер: 22

  • @DanielFantaneanu
    @DanielFantaneanu Жыл бұрын

    thank you very much, really helped me

  • @jeyaseelanjaandukondaan9869
    @jeyaseelanjaandukondaan9869 Жыл бұрын

    Very nice explanations

  • @madhavankaruppasamy3212
    @madhavankaruppasamy3212 Жыл бұрын

    Nice video good work ❤️

  • @lukoppc
    @lukoppc2 жыл бұрын

    Nice videos!

  • @AnshumanDikshit

    @AnshumanDikshit

    2 жыл бұрын

    Thanks Lucas

  • @SureshS-se1ix
    @SureshS-se1ix Жыл бұрын

    Hi , Very well explained and easily understandable, can you please make the video on VM IIS server deployment with SQL server database using deployment group using Azure DevOps, Thanks

  • @alwalravi
    @alwalravi2 ай бұрын

    I am getting below error, Can you please suggest on this one. The unnamed foreign key between tables [Config].[ProcessingQueryDetail] and [Config]. [DataSource] will be checked by checking the table. Name the foreign key to avoid checking the entire table and only check the new constraint.

  • @naturevibezz
    @naturevibezz6 ай бұрын

    If the azure sql is not accessible over the internet and its only having private url access, then can we deploy like this?

  • @743Dora
    @743Dora9 ай бұрын

    I got this error ##[error]C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VisualStudio\v16.0\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets(573,5): Error MSB4181: The "SqlBuildTask" task returned false but did not log an error.

  • @sankarm6915
    @sankarm69152 жыл бұрын

    Thanks for your video.. Really worth. How can we do the same for Normal SQL server ( not in azure ) deployment in ci cd

  • @AnshumanDikshit

    @AnshumanDikshit

    2 жыл бұрын

    In normal sql server same process can be followed ...the only change will be your web server where your sql server will he hosted

  • @suncodings991
    @suncodings9912 жыл бұрын

    Nice vedio, Could you let me know how we can create rollback task while deployment CD pipeline task getting failed due to any know SQL issues?

  • @AnshumanDikshit

    @AnshumanDikshit

    2 жыл бұрын

    In GIT you have versions of each of the files with commit Id and you can rollback from there to a perticular previous commits ...once you do you can run the CICD pipeline again

  • @naksnaz
    @naksnaz Жыл бұрын

    Can we maintain Versioning?

  • @sameergaonkar8100
    @sameergaonkar81002 жыл бұрын

    How can we deploy data also using ci CD pipelines

  • @AnshumanDikshit

    @AnshumanDikshit

    2 жыл бұрын

    Its not recommend...but still if you want to do it instead of DACPAC file you need to generate BACPAC file

  • @pirrastorres7241
    @pirrastorres72412 жыл бұрын

    And scripts to update data?

  • @AnshumanDikshit

    @AnshumanDikshit

    2 жыл бұрын

    This is not related to data...this is related to metadata

  • @AniyaRajVlogs
    @AniyaRajVlogs2 жыл бұрын

    How to push sql store procedures to azure ci cd pipeline

  • @AnshumanDikshit

    @AnshumanDikshit

    2 жыл бұрын

    If you already have store procedures ,you can import them in sqlserver project in visual studio

  • @AniyaRajVlogs

    @AniyaRajVlogs

    2 жыл бұрын

    @@AnshumanDikshit ok and after importing it in vs.. i can push it in the repos of devops... right?

  • @AnshumanDikshit

    @AnshumanDikshit

    2 жыл бұрын

    @@AniyaRajVlogs yes