Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Articles with tag
powershell
Search for
any
content tagged
powershell
Items 1 to 20 of 97
Next 20 >>
Day Zero with PowerShell
Learn how to get setup with PowerShell and SQLPSX from MVP Aaron Nelson, one of the experts teaching us how to use Powershell for SQL Server.
Read more...
By
Aaron Nelson
2012/01/02 (first published: 2011/05/10)
|
Source:
SQLServerCentral.com
|
Category:
powershell
Rating:
|
Discuss
|
Briefcase
|
14,008 reads
Automating Daily Checks with Powershell
Using Powershell to create color coded backup reports for all servers in your environment.
Read more...
By
Warren Campbell
2011/12/19
|
Source:
SQLServerCentral.com
|
Category:
powershell
Rating:
|
Discuss
|
Briefcase
|
8,427 reads
Me, myself and Powershell
Why should any SQLserver administrator, DBA, or Developer be interested in Powershell? Johan Bijens presents a few reasons today.
Read more...
By
Johan Bijnens
2011/12/06
|
Source:
SQLServerCentral.com
|
Category:
powershell
Rating:
|
Discuss
|
Briefcase
|
6,988 reads
Create a Monitoring Server for SQL Server with PowerShell
At some point you are going to need a notification system for a range of events that occur in your servers. Laerte Junior shows how you can even set up temporary or permanent alerts for any WMI events to give you a system that fits your server environment perfectly.
Read more...
By
Additional Articles
2011/11/09
|
Source:
SimpleTalk
|
Category:
powershell
Rating:
Rate this
|
Briefcase
|
2,361 reads
Using PowerShell for SQL Server Transaction Log Backups
How can I use PowerShell to do a Transaction Log backup for SQL Server databases? In this tip we look at an alternative way of creating transaction log backups using a PowerShell script.
Read more...
By
Additional Articles
2011/10/25
|
Source:
MSSQLCity.com
|
Category:
powershell
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,653 reads
Using PowerShell for SQL Server Database Backups
If you're starting to learn PowerShell and want to see how you can use it for common DBA tasks, this tip will show you how to create a basic PowerShell script to backup all your user databases.
Read more...
By
Additional Articles
2011/09/30
|
Source:
MSSQLTips.com
|
Category:
powershell
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,291 reads
Storing Windows Event Viewer Output in a SQL Server table with PowerShell
Laerte Junior was asked for a quick and easy way to save the output from the Get-EventLog cmdlet in a SQL Server table. Luckily, he already knew about Chad Miller's excellent Out-DataTable and Write-DataTable functions, and has laid out everything we need to use them like pros.
Read more...
By
Additional Articles
2011/09/19
|
Source:
SimpleTalk
|
Category:
powershell
Rating:
Rate this
|
Briefcase
|
1,423 reads
Introducing PowerShell V2 Remoting for SQL Server
owerShell can be used to for many SQL administrative tasks; this tip walks through how to run T-SQL code and admin tasks on remote servers.
Read more...
By
Additional Articles
2011/09/13
|
Source:
MSSQLTips.com
|
Category:
powershell
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,082 reads
Disk Space Monitoring and Early Warning with PowerShell
Sean Duffy recently had an unwelcome encounter with Exchange Server Back Pressure, which cut off his message flow due to a lack of space on the server. To make sure it didn’t happen again, he found a way to automatically monitor all his servers from afar, with a little PowerShell magic.
Read more...
By
Additional Articles
2011/09/12
|
Source:
SimpleTalk
|
Category:
powershell
Rating:
Rate this
|
Briefcase
|
3,188 reads
Script to Get Available and Free Disk Space for SQL Server
Often we face the situation where we need to check the total disk space and available disk space for both physical and LUN/Mount drives. See how this can be done using PowerShell.
Read more...
By
Additional Articles
2011/08/23
|
Source:
MSSQLTips.com
|
Category:
disk space
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,902 reads
Using PowerShell to Manage SQL Server
The purpose of this article is to demonstrate a custom scripting framework which enables the management of SQLServer databases from a Windows PowerShell session and also to extend Powershell’s flexibility by creating a set of commands customized to our needs.
Read more...
By
Additional Articles
2011/08/16
|
Source:
SQL Server Performance
|
Category:
powershell
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,724 reads
Configuring Database Mail with Powershell and SMO
Use Powershell and SMO to quickly and easily enable and configure database mail in nine steps.
Read more...
By
Bruce Kastner
2011/08/15
|
Source:
SQLServerCentral.com
|
Category:
database mail
Rating:
|
Discuss
|
Briefcase
|
2,229 reads
Using PowerShell and WMI Events Queries for Powerful Notifications
With PowerShell in one hand, and WMI in the other, DBAs can do almost anything in their Window's environments, and Laerte Junior is using his powers for good. He built a highly precise, highly configurable alerting system for his servers, and now shows us exactly how he did it.
Read more...
By
Additional Articles
2011/08/11
|
Source:
SimpleTalk
|
Category:
powershell
Rating:
Rate this
|
Briefcase
|
2,361 reads
Down the Rabbit Hole – A Study in PowerShell Pipelines, Functions, and Parameters
For an experienced programmer to learn a new language can be a journey quite like Alice's in wonderland. Paradoxes, unexpected twists, blind tangents, bafflements and nice surprises. Michael Sorens comes to the rescue of anyone learning PowerShell with an explanation of how to use PowerShell functions.
Read more...
By
Additional Articles
2011/08/03
|
Source:
SimpleTalk
|
Category:
powershell
Rating:
Rate this
|
Briefcase
|
1,884 reads
Identify Local Administrators on a SQL Server box using PowerShell
I want to determine who the local administrators are on each of my SQL Servers. Basically, I'd like a nightly job to run against each of my SQL Servers and produce a list of admins for each server for my review. How can I do this?
Read more...
By
Additional Articles
2011/06/29
|
Source:
MSSQLTips.com
|
Category:
powershell
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,869 reads
Harnessing PowerShell's String Comparison and List-Filtering Features
When you are first learning PowerShell, it often seems to be an 'Alice through the looking-glass' world. Just the simple process of comparing and selecting strings can seem strangely obtuse. Michael turns the looking-glass into wonderland with his wall-chart of the PowerShell string-comparison operators and syntax
Read more...
By
Additional Articles
2011/06/23
|
Source:
SimpleTalk
|
Category:
powershell
Rating:
Rate this
|
Briefcase
|
2,014 reads
Using PowerShell to Manage SQL Server
The purpose of this article is to demonstrate a custom scripting framework which enables the management of SQLServer databases from a Windows PowerShell session and also to extend Powershell’s flexibility by creating a set of commands customized to our needs. I will call this framework comprised of a library of modules and functions specialized to manage SQLServer the DBA profile.
Read more...
By
Additional Articles
2011/06/06
|
Source:
SQL Server Performance
|
Category:
powershell
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,046 reads
Parsing Log Files and Summarizing Results with PowerShell
This article takes a look at how PowerShell can speed up the process of parsing large log files.
Read more...
By
Tim Parker
2011/05/24
|
Source:
SQLServerCentral.com
|
Category:
powershell
Rating:
|
Discuss
|
Briefcase
|
4,587 reads
Loading Data With Powershell
Moving data in and out of SQL Server is a fundamental task for any developer or DBA. Chad Miller brings us a new way that we can load Powershell output into a SQL Server database.
Read more...
By
Chad Miller
2011/05/13 (first published: 2008/12/16)
|
Source:
SQLServerCentral.com
|
Category:
powershell
Rating:
|
Discuss
|
Briefcase
|
21,421 reads
Finding Free Space per Data File with PowerShell
Learn the easy way, and the hard way, to find the free space in each data file with Powershell expert Aaron Nelson.
Read more...
By
Aaron Nelson
2011/05/11
|
Source:
SQLServerCentral.com
|
Category:
powershell
Rating:
|
Discuss
|
Briefcase
|
4,433 reads
Items 1 to 20 of 97
Next 20 >>
Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.