GitHub - petervandivier/SqlCreateTable: Create Table without SMO

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Jan 2, 2024. It is now read-only.

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 98.2%
  • TSQL 1.8%