Book Image

PowerShell for SQL Server Essentials

By : Donabel Santos
Book Image

PowerShell for SQL Server Essentials

By: Donabel Santos

Overview of this book

Table of Contents (15 chapters)
PowerShell for SQL Server Essentials
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Implementing Reusability with Functions and Modules
Index

Summary


In this chapter, we covered different ways to work with PowerShell with SQL Server using PowerShell. The approach you will take will depend on the version of SQL Server and PowerShell that is available in your environment. Loading the SQLPS module is the current de facto way to go to load SQL Server-specific modules and providers. If you need more programmatic access and flexibility, SMO can take you a long way.

In the next chapter, we will cover how to profile and configure SQL Server using PowerShell.