Skip to content

This PowerShell function can be used in SMA as a replacement of the Invoke-Sqlcmd cmdlet for automating SQL related operations. When used by multiple runbooks or scripts (SMA 2016) the Invoke-Sqlcmd cmdlet is known to fail, because it is not "thread safe".

StoyanChalakov/PowerShell.Invoke-WrappedSqlCmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PowerShell.Invoke-WrappedSqlCmd

This PowerShell function can be used in SMA as a replacement of the Invoke-Sqlcmd cmdlet for automating SQL related operations. When used by multiple runbooks or scripts (SMA 2016) the Invoke-Sqlcmd cmdlet is known to fail, because it is not "thread safe".

About

This PowerShell function can be used in SMA as a replacement of the Invoke-Sqlcmd cmdlet for automating SQL related operations. When used by multiple runbooks or scripts (SMA 2016) the Invoke-Sqlcmd cmdlet is known to fail, because it is not "thread safe".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published