Add database tools section to Windows docs (#1706)

* add database tools section to docs, removed sqlps powershell module

* reverted SQLPS module changes

* removed SqlServer module from tools, its listed in PS modules

* delete function as its not needed

Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
This commit is contained in:
Leonid Lapshin
2020-10-05 16:24:53 +03:00
committed by GitHub
parent 1ae6d84002
commit 70219fe6ee
2 changed files with 8 additions and 10 deletions

View File

@@ -125,12 +125,6 @@ function Get-SQLPSVersion {
return "SQLPS $version"
}
function Get-SQLServerPSVersion {
$module = Get-Module -Name SQLServer -ListAvailable
$version = $module.Version
return "SQLServer PS $version"
}
function Get-SVNVersion {
$svnVersion = $(svn --version --quiet)
return "Subversion (SVN) $svnVersion"