Skip to content

Instantly share code, notes, and snippets.

View pedroAkiraDanno's full-sized avatar

Pedro Akira pedroAkiraDanno

View GitHub Profile
@pedroAkiraDanno
pedroAkiraDanno / Review SQL Instance Best Practices.sql
Created July 19, 2024 14:23 — forked from EitanBlumin/Review SQL Instance Best Practices.sql
Condensed SQL Server Checkup of most common and impactful best practices
/*
Author: Eitan Blumin (t: @EitanBlumin | b: eitanblumin.com)
Date: February, 2019
Description:
This is a condensed SQL Server Checkup of most common and impactful best practices.
Some of the checks are based on BP_Check.sql in Tiger Toolbox (by Pedro Lopez)
*/
DECLARE
@NumOfMinutesBackToCheck INT = 360,
@MinutesBackToCheck INT = 360,
git flow init
touch index.html
git add .
git commit -m "add index.html"