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

Commit ea6cbc4

Browse files
authored
fix capitalization
1 parent 1a233ee commit ea6cbc4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/powershell/sql-server-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ This section applies to scripts executed from PowerShell and not the SQL Agent.
4141

4242
The **SqlServer** module comes with:
4343

44-
- [Powershell Providers](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_providers), which enables a simple navigation mechanism similar to file system paths. You can build paths similar to file system paths, where the drive is associated with a SQL Server management object model, and the nodes are based on the object model classes. You can then use familiar commands such as **cd** and **dir** to navigate the paths similar to the way you navigate folders in a command prompt window. You can use other commands, such as **ren** or **del**, to perform actions on the nodes in the path.
44+
- [PowerShell Providers](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_providers), which enables a simple navigation mechanism similar to file system paths. You can build paths similar to file system paths, where the drive is associated with a SQL Server management object model, and the nodes are based on the object model classes. You can then use familiar commands such as **cd** and **dir** to navigate the paths similar to the way you navigate folders in a command prompt window. You can use other commands, such as **ren** or **del**, to perform actions on the nodes in the path.
4545

4646
- A set of cmdlets that support actions such as running a **sqlcmd** script containing Transact-SQL or XQuery statements.
4747

4848
- The AS provider and cmdlets, which before they were installed separately.
4949

50-
## SQL Server Versions
50+
## SQL Server versions
5151

5252
SQL PowerShell cmdlets can be used to manage instances of Azure SQL Database, Azure SQL Data Warehouse, and all [supported SQL Server products](https://support.microsoft.com/lifecycle/search/1044).
5353

@@ -79,4 +79,4 @@ Import-Module -Name SqlServer
7979

8080
## Next steps
8181

82-
[Download SQL Server PowerShell Module](download-sql-server-ps-module.md)
82+
[Download SQL Server PowerShell Module](download-sql-server-ps-module.md)

0 commit comments

Comments
 (0)