Skip to content

Instantly share code, notes, and snippets.

View SQLHorizons's full-sized avatar
💭
Project Q

Paul Maxfield SQLHorizons

💭
Project Q
View GitHub Profile
# Hello, and welcome to makefile basics.
#
# You will learn why `make` is so great, and why, despite its "weird" syntax,
# it is actually a highly expressive, efficient, and powerful way to build
# programs.
#
# Once you're done here, go to
# http://www.gnu.org/software/make/manual/make.html
# to learn SOOOO much more.
@SQLHorizons
SQLHorizons / Connect-SQL.ps1
Created September 30, 2018 08:49
Microsoft SQL tempdb class
#Requires -Version 5.0
<#
.SYNOPSIS
Connect to a SQL Server Database Engine and return the server object.
.PARAMETER SQLServer
String containing the host name of the SQL Server to connect to.
.PARAMETER SQLInstanceName