mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Added link to PS Gallery page of SqlServer
This commit is contained in:
@@ -4,7 +4,7 @@ Assess your SQL Server configuration for best practices in 2 simple steps.
|
||||
|
||||
### 1. Setup
|
||||
|
||||
You just need to install PowerShell SqlServer module using the following command. Get-Module will show you the version you have installed. 21.1.18206 is the latest version and GA for SQL Assessment API.
|
||||
You just need to install [PowerShell SqlServer module](https://www.powershellgallery.com/packages/SqlServer) using the following command. Get-Module will show you the version you have installed. 21.1.18206 is the latest version and GA for SQL Assessment API.
|
||||
|
||||
```PowerShell
|
||||
Install-Module -Name SqlServer -AllowClobber
|
||||
@@ -42,4 +42,4 @@ To learn more about SQL Assessment API such as customizing and extending the rul
|
||||
|
||||
- Docs online page: https://docs.microsoft.com/sql/sql-assessment-api/sql-assessment-api-overview
|
||||
- GitHub repo: http://aka.ms/sql-assessment-api
|
||||
- SQL Assessment API Tutorial notebook: coming soon
|
||||
- SQL Assessment API Tutorial notebook: coming soon
|
||||
|
||||
Reference in New Issue
Block a user