I hereby claim:
- I am sfrechette on github.
- I am sfrechette (https://keybase.io/sfrechette) on keybase.
- I have a public key ASCEwiXaUg4jEk0e6JLdul5TjV56rFXVf1G3B7z43iqqsQo
To claim this, I am signing this object:
use Sandbox | |
go | |
-- Create Employee table... | |
create table dbo.Employee | |
( | |
EmployeeID int not null primary key clustered, | |
EmployeeName nvarchar(100) not null, | |
JobTitle nvarchar(50) not null, | |
Department nvarchar(50) not null, |
--Create CraftCans database | |
CREATE DATABASE CraftCans; | |
GO | |
USE CraftCans; | |
GO | |
/****** Object: Table [dbo].[Beer] ******/ | |
SET ANSI_NULLS ON | |
GO |
I hereby claim:
To claim this, I am signing this object:
workflow PauseAzureSQLDataWarehouses | |
{ | |
$connectionName = "AzureRunAsConnection" | |
try | |
{ | |
# Get the connection "AzureRunAsConnection " | |
$servicePrincipalConnection=Get-AutomationConnection -Name $connectionName | |
"Logging in to Azure..." | |
Add-AzureRmAccount ` |
I hereby claim:
To claim this, I am signing this object: