Skip to content

Instantly share code, notes, and snippets.

@ronbuchanan
ronbuchanan / DeployDatabases.ps1
Created June 22, 2020 16:58
Parallel DACPAC Deploy
param (
[string]$servername,
[string]$user,
[string]$pwd,
[string]$dacpac,
[string]$profile,
[string]$prefix = "Portal",
[bool]$debug = $false
)
/**
* Example of using an angular provider to build an api service.
* @author Jeremy Elbourn (@jelbourn)
*/
/** Namespace for the application. */
var app = {};
/******************************************************************************/