Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 501353f

Browse files
committed
Mark suggestions
1 parent b825311 commit 501353f

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

docs/powershell/download-sql-server-ps-module.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,20 @@ There are two SQL Server PowerShell modules:
2525
- **SqlServer**: The SqlServer module includes new cmdlets to support the latest SQL features. The module also contains updated versions of the cmdlets in **SQLPS**. To download the SqlServer module, go to [SqlServer module in the PowerShell Gallery](https://www.powershellgallery.com/packages/Sqlserver).
2626
- **SQLPS**: The SQLPS module is included with the SQL Server installation (for backwards compatibility), but is no longer being updated. The most up-to-date PowerShell module is the **SqlServer** module.
2727

28-
The versions of the **SqlServer** module in the PowerShell Gallery support versioning and require PowerShell version 5.0 or greater.
28+
> [!NOTE]
29+
> The versions of the **SqlServer** module in the PowerShell Gallery support versioning and require PowerShell version 5.0 or greater.
2930
3031
For help topics, go to:
3132

32-
- For help topics for the SQL Server PowerShell cmdlets, go to [SqlServer](https://docs.microsoft.com/powershell/module/sqlserver) cmdlets.
33-
- For help topics for the SQLPS cmdlets, go to [SQLPS](https://docs.microsoft.com/powershell/module/sqlps) cmdlets.
33+
- [SqlServer](https://docs.microsoft.com/powershell/module/sqlserver) cmdlets.
34+
- [SQLPS](https://docs.microsoft.com/powershell/module/sqlps) cmdlets.
3435

3536
## SQL Server Management Studio
3637

3738
SQL Server Management Studio (SSMS), beginning with version 17.0, does not install either PowerShell module. To use PowerShell with SSMS, install the **SqlServer** module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/Sqlserver).
3839

3940
> [!NOTE]
40-
> With version 16.x of SSMS, an earlier version of the **SqlServer** module is included with SQL Server Management Studio (SSMS)
41+
> With version 16.x of SSMS, an earlier version of the **SqlServer** module is included with SQL Server Management Studio (SSMS)
4142
4243
## Azure Data Studio
4344

@@ -47,8 +48,9 @@ Azure Data Studio does not install either PowerShell module. To use PowerShell w
4748

4849
To install the **SqlServer** module from the PowerShell Gallery, start a [PowerShell](https://docs.microsoft.com/powershell/scripting/powershell-scripting) session as an administrator. You also start Azure Data Studio as an administrator and run these commands in a PowerShell session in the integrated terminal.
4950

50-
> [!IMPORTANT]
51-
> If you run into problems installing, see the [Install-Module documentation](https://www.powershellgallery.com/packages/PowerShellGet/2.2.1) and [Install-Module reference](https://docs.microsoft.com/powershell/module/powershellget/Install-Module).
51+
## Troubleshooting
52+
53+
If you run into problems installing, see the [Install-Module documentation](https://www.powershellgallery.com/packages/PowerShellGet/2.2.1) and [Install-Module reference](https://docs.microsoft.com/powershell/module/powershellget/Install-Module).
5254

5355
### To install the SqlServer module
5456

@@ -100,7 +102,7 @@ Import-Module SqlServer -Version 21.1.18080
100102

101103
## Using pre-release versions of the SqlServer module
102104

103-
Pre-release (or "preview") versions of the SqlServer module may be available on the PowerShell Gallery.
105+
Pre-release (or "preview") versions of the SqlServer module may be available in the PowerShell Gallery.
104106

105107
> [!IMPORTANT]
106108
> These versions may be discovered and installed by using the updated *Find-Module* and *Install-Module* cmdlets that are part of the [PowerShellGet](https://www.powershellgallery.com/packages/PowerShellGet) module by passing the *-AllowPrerelease* switch. To use these cmdlets, install the PowerShellGet module and then open a new session.

0 commit comments

Comments
 (0)