Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Child pages (Children Display)
alltrue

  1. Check-in (and package) your first script
    1. check-in your script(s) and package
  2. Fixing a script error found during packaging
    1. fix the script in source control and repackage
  3. Fixing a script error found after deployment to one or more environments
    1. repackage (stored logic)
    2. -cleanup & -replace (DDL & DML)
  4. Deploying the latest version of a stored logic (procedure, function, package, trigger, view) script
    1. more of a setup discussion about using versionStrategy
    2. from a developer POV, check-in your scripts - Datical will do the rest
  5. What happens when I delete a script from source control?
    1. For all stored logic, Datical creates a "drop <object>"
    2. For all DDL and DML, Datical doesn't process the file during packaging
  6. Putting one or more changes "on hold" (and re-enabling the change)
    1. use -ignore and -unignore
  7. Abandoning a change (and cleaning up)
    1. use -cleanup
  8. Merging changes from one pipeline to another
    1. merge changes in source control
    2. Datical packages the merged change by adding the new pipeline's labels

...