GitHub - olamackow/SqlCreateTable: Create Table without SMO

Skip to content

Navigation Menu

Sign in

Appearance settings

SqlCreateTable

SMO is super bulky. For a leaner CREATE table syntax, use this. Designed with future customization in mind.

Install-Module .\SqlCreateTable

$here = (Get-Item -Path ".\").FullName
if(Test-Path $here\SqlCreateTable.psd1){
	Add-Content $profile "`r`nImport-Module $here\SqlCreateTable"
}

Languages

  • PowerShell 100.0%