Activity overview
Latest activity by Nirmal_Raisoni
SQL Change Automation - Visual Studio 2015 Project
Hi,I am Visual Studio extension and creating baseline version from STAGING env. However whenever I am refreshing it's giving me error "The login already has an account under a different user name" ...
Thanks wayOutwest and Diogo / comments
Thanks wayOutwest and Diogo
Thanks wayOutwest, Yeah I am using SQL Source Control and In Jenkins it is not generating a package of difference, I mean I am using New-DatabaseReleaseArtifact -Source $stage -Target $package -FilterPath $filter and it is not generating artifacts in packge? Any idea? / comments
Thanks wayOutwest,Yeah I am using SQL Source Control and In Jenkins it is not generating a package of difference,I mean I am using New-DatabaseReleaseArtifact -Source $stage -Target $package -Filte...
Hi Diogo, I mean the package only contain newly created object, removed objects and modified objects Is there a way to make it? I am using SQL Source Control for version control with mapped to working folder. Thanks In advance Nirmal / comments
Hi Diogo,I mean the package only contain newly created object, removed objects and modified objectsIs there a way to make it? I am using SQL Source Control for version control with mapped to workin...
How to generate delta script using SQL Change Automation
I am using Jenkins to generate the package but while generating package its generate complete db objects. I just want added object in the packageAny help!