Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 898 Bytes

File metadata and controls

20 lines (18 loc) · 898 Bytes
title SQL Server PowerShell version includes
description Explains that the Sqlserver PowerShell module is the current SQL Server PowerShell command set.
author markingmyname
ms.author maghan

Note

There are two SQL Server PowerShell modules; SqlServer and SQLPS.

The SqlServer module is the current PowerShell module to use.

The SQLPS module is included with the SQL Server installation (for backward compatibility) but is no longer updated.

The SqlServer module contains updated versions of the cmdlets in SQLPS and includes new cmdlets to support the latest SQL features.

Install the SqlServer module from the PowerShell Gallery.

For more information, see SQL Server PowerShell.