Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Content with tag powershell Rss

   Items 1 to 20 of 107    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,290 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,422 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,081 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,187 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,360 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,868 reads

Powershell - Modify Server Name in SQL 2005 SSIS Connections

This powershell script updates the server name specified in connections within a SQL 2005 SSIS package  Read more...
By Mandeep Dulai 2011/06/24 | Source: SQLServerCentral.com | Category: powershell
Rating: (not yet rated) |  Discuss |  Briefcase | 433 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,013 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,044 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,585 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,420 reads
   Items 1 to 20 of 107    Next 20 >>
 
Tags
blogs (17)    
smo (13)    
sql server 2005 (8)    
administration (7)    
backup / restore (6)    
amo (5)    
analysis services (ssas) (5)    
monitoring (4)    
oracle (3)    
partitioning (3)    
reporting services (ssrs) (3)    
sql server (3)    
backup (2)    
dimensions (2)    
disk space (2)    
editorial (2)    
extract, transform, load (etl) (2)    
sql agent (2)    
bi (1)    
capacity planning (1)    
cube (1)    
database mail (1)    
database space (1)    
database weekly (1)    
dba (1)    
enterprise manager (1)    
epm (1)    
errorlogs (1)    
event log (1)    
fragmentation (1)    
free training (1)    
indexing (1)    
integration services (ssis) (1)    
maintenance (1)    
management (1)    
ms sql 2008 policy-based management & (1)    
pass (1)    
perfmon (1)    
performance monitoring (1)    
policy-based management (1)    
profiler (1)    
registered servers (1)    
remote servers (1)    
security (1)    
sliding windows (1)    
sliding windows technique (1)    
sql compare (1)    
sql discovery (1)    
sql server 2008 (1)    
sql server 7 (1)    
string manipulation (1)    
transaction logs (1)    
troubleshooting (1)    
t-sql (1)    
twitter (1)    
webinar (1)    
wmi events queries (1)    
xmla (1)