mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Moved link to second notebook higher, to make it more obvious how to continue this learning path.
4.8 KiB
4.8 KiB
In [4]:
# Uncomment and run Install-Module only the first time
# Install-Module -Name SqlServer -AllowClobber -Force
Import-Module -Name SqlServer
Get-ModuleIn [5]:
Get-SqlInstance -ServerInstance 'localhost' | Invoke-SqlAssessmentIn [6]:
Get-SqlDatabase -ServerInstance 'localhost' | Invoke-SqlAssessment