- PowerShell for SQL Server Essentials
- Donabel Santos
- 220字
- 2021-07-23 20:32:22
What this book covers
Chapter 1, Getting Started with PowerShell, introduces you to PowerShell and its importance in server management and automation. This chapter is a good starting point for readers who are new to PowerShell and want to get started with its environment and other components.
Chapter 2, Using PowerShell with SQL Server, dives into using SQL Server-specific PowerShell support in different operating systems and SQL Server versions. You will learn about SQL Server-specific modules, cmdlets, and SQL Management Objects (SMO).
Chapter 3, Profiling and Configuring SQL Server, covers how to quickly profile SQL Server and change SQL Server configurations using PowerShell. You will learn more about Get-WmiObject and the SMO Server object.
Chapter 4, Basic SQL Server Administration, covers the tasks in a DBA's checklist. These tasks include getting space/memory usage, backup/restore, enabling features, jobs, alerts, and so on.
Chapter 5, Querying SQL Server with PowerShell, shows the methods to query SQL Server from within PowerShell, its pros and cons, and how to export results.
Chapter 6, Monitoring and Automating SQL Server, teaches you how to perform SQL Server usage and performance monitoring, logging, alerting, and error checking using PowerShell.
Appendix, Implementing Reusability with Functions and Modules, shows some snippets required to accomplish the task at hand. It covers the basics of creating and deploying functions and modules.
- Boost.Asio C++ Network Programming(Second Edition)
- Learning Selenium Testing Tools with Python
- R語言數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南
- 微服務(wù)設(shè)計(jì)原理與架構(gòu)
- Spring Boot+Spring Cloud+Vue+Element項(xiàng)目實(shí)戰(zhàn):手把手教你開發(fā)權(quán)限管理系統(tǒng)
- MATLAB定量決策五大類問題
- Redis Essentials
- Flutter跨平臺開發(fā)入門與實(shí)戰(zhàn)
- Visual FoxPro程序設(shè)計(jì)習(xí)題集及實(shí)驗(yàn)指導(dǎo)(第四版)
- LabVIEW虛擬儀器入門與測控應(yīng)用100例
- Geospatial Development By Example with Python
- Advanced UFT 12 for Test Engineers Cookbook
- Java編程從入門到精通
- Node.js區(qū)塊鏈開發(fā)
- Data Science Algorithms in a Week