Skip to content

DBTrenches/SqlCreateTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

About

Create Table without SMO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published