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

Content with tag powershell Rss

<< Previous 20    Items 41 to 60 of 171    Next 20 >>
 

11 Tips to Backup databases with SMO, VB, C# Powershell, Command lines

Sometimes we need to create backups using code. Sometimes we need to do it manually or automatically, programmatically using C#, VB, Powershell.   Read more...
By Daniel Calbimonte 2012/08/14 | Source: SQLServerCentral.com | Category: backup
Rating: |  Discuss |   Briefcase | 5,854 reads

Stairway to SQL PowerShell Level 1: SQL PowerShell Basics

What are PowerShell and SQL PowerShell and how do you use them? Level 1 of this Stairway will help you answer these questions, and start to show you why you might want to use this great tool.  Read more...
By Ben Miller 2012/08/08 | Source: SQLServerCentral.com | Category: stairway series
Rating: |  Discuss |   Briefcase | 14,489 reads

Pushing SQL Alerts to Remote Server using PowerShell 2 and T-SQL

Managing log files in a large enterprise environment can be an overwhelming task. In this article I will show you how to automate some of the work using SQL Alerts and Powershell 2.0  Read more...
By Simon Richards 2012/08/06 | Source: SQLServerCentral.com | Category: sql alerts
Rating: |  Discuss |   Briefcase | 2,205 reads

PowerShell SMO: Just Writing Things Once

Sometimes, you can tire of writing the same PowerShell code once again. After this happened to Phil whilst keying in an SMO pipeline to access databases, it occurred to him that he should have only one pipeline to access databases in PowerShell, one reusable pipeline  Read more...
By Additional Articles 2012/08/01 | Source: SimpleTalk | Category: powershell
Rating:  Rate this |   Briefcase | 2,060 reads

Comparing Two Recordsets Using Powershell

How can you quickly and easily compare recordsets from different instances? This article will show you a quick way to do this with PowerShell.  Read more...
By Tom Powell 2012/07/13 | Source: SQLServerCentral.com | Category: powershell
Rating: |  Discuss |   Briefcase | 1,963 reads

The PoSh DBA - The Attributes of Advanced Functions

Once you pass that point of just hurriedly writing PowerShell scripts for immediate use and start to write PowerShell functions for reuse, then you'll want a robust set of parameters that allow functions to work just like cmdlets.  Read more...
By Additional Articles 2012/07/12 | Source: SimpleTalk | Category: powershell
Rating:  Rate this |   Briefcase | 2,549 reads

Troubleshooting SQL Server with PowerShell - Virtual Chapter Meeting

Come join Laerte Junior on Wednesday ,July 18th 12 noon EDT (GMT -4), for a virtual meeting on Powershell and   Read more...
By Press Release 2012/07/10 | Source: SQLServerCentral.com | Category: powershell
Rating: (not yet rated) |  Discuss |   Briefcase | 781 reads

Create Normalised Databases with Powershell

Database creation with powershell SMO objects  Read more...
By Patrick Viennot 2012/07/06 | Source: SQLServerCentral.com | Category: powershell
Rating: |  Discuss |   Briefcase | 849 reads

Powershell, SMO, and Add-Member - Not Always BFF

Over the past few weeks, I’ve been working with SMO to implement some maintenance routines across my clients. Because of...  Read more...
By 2012/07/04 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated) |  Discuss |   Briefcase | 1,691 reads

Email Job Failures Report to DBA using PowerShell

MySQL introduced its own brand of job scheduling, called Events, in version 5.1. However, some Database Administrators (DBAs) feel that it isn't quite ready for prime time. This article presents a hybrid solution that uses MySQL Event Scheduling to manage the batch jobs and Windows PowerShell for the error handling.  Read more...
By Additional Articles 2012/07/03 | Source: Database Journal | Category: powershell
Rating: (not yet rated)  Rate this |   Briefcase | 2,095 reads

Using a PowerShell Script to delete old files for SQL Server

Many clients are using custom stored procedures or third party tools to backup databases in production environments instead of using database maintenance plans. One of the things that you need to do is to maintain the number of backup files that exist on disk, so you don't run out of disk space. There are several techniques for deleting old files, but in this tip I show how this can be done using PowerShell.  Read more...
By Additional Articles 2012/07/02 | Source: MSSQLTips.com | Category: powershell
Rating:  Rate this |   Briefcase | 2,838 reads

Introduction into handling errors in PowerShell for SQL Server tasks

PowerShell is becoming a great tool for managing SQL Server tasks, but like most tasks that are coded there is always the need for error handling to deal with the unknown. PowerShell has several options for handling and capturing error details and in this tip we will explain these options using PowerShell for SQL Server examples.  Read more...
By Additional Articles 2012/06/28 | Source: MSSQLTips.com | Category: powershell
Rating:  Rate this |   Briefcase | 2,739 reads

Pioneering with PowerShell

In PowerShell, Phil Factor believes we have a true novelty: a Windows Scripting language that outsmarts Perl and Python and Ruby and one that will continue to cause radical changes to Windows server applications, and the tools we use to administer them.  Read more...
By Phil Factor 2012/06/25 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 141 reads

Database size trending with powershell

a script to import all database sizes from a list of servers into a table using powershell for trending purposes YOU MUST DOWNLOAD CODEPLEX SQL SERVER MODULE FOR THIS TO WORK.  Read more...
By Gene Hunter 2012/06/13 | Source: SQLServerCentral.com | Category: powershell
Rating: |  Discuss |   Briefcase | 1,234 reads

The PoSh DBA: Grown-Up PowerShell Functions

Laerte Junior goes step-by-step through the process of tidying up and making more reusable an untidy collection of PowerShell routines, showing how pipelines and advanced functions can make PowerShell more effective in helping to automate many of the working DBA's chores.  Read more...
By Additional Articles 2012/05/29 | Source: SimpleTalk | Category: powershell
Rating:  Rate this |   Briefcase | 2,801 reads

Perform Routine Server Checks Using PowerShell

Database administrators tend to perform a lot of routine checks, referred to as sanity checks, on a daily, weekly, and monthly basis. Rob Gravelle shows you how to write some PowerShell scripts to automate a couple of fairly common sanity checks.  Read more...
By Additional Articles 2012/05/21 | Source: Database Journal | Category: powershell
Rating:  Rate this |   Briefcase | 3,431 reads

Scripting SQL jobs using PowerShell

Using powershell to create different sql scripts in different files.  Read more...
By Premjit Das 2012/05/03 | Source: SQLServerCentral.com | Category: powershell
Rating: |  Discuss |   Briefcase | 1,589 reads

Microsoft SQL Server 2012 - (SQLPS)

Prior to SQL Server 2012, Microsoft provided a mini shell called sqlps.exe; in SQL Server 2012, SQLPS exists in the form of module. Learn how to make use of the SQLPS module and how to access SQL Server components and features via Windows PowerShell.  Read more...
By Additional Articles 2012/04/18 | Source: Database Journal | Category: powershell
Rating: (not yet rated)  Rate this |   Briefcase | 3,004 reads

PowerShell and T-SQL: Implementing UNION, INTERSECT, and EXCEPT

I’ve been thoroughly enjoying my experience this year with the Scripting Games. This is the first year I've competed and...  Read more...
By 2012/04/16 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated) |  Discuss |   Briefcase | 2,361 reads

A demo about the power of powershell

This demo will show you the how powerfull is powershell. We will use cicles and the get-content command.   Read more...
By Daniel Calbimonte 2012/03/22 | Source: SQLServerCentral.com | Category: powershell
Rating: |  Discuss |   Briefcase | 9,143 reads
<< Previous 20    Items 41 to 60 of 171    Next 20 >>
 
Tags
blogs (33)    
smo (16)    
administration (12)    
sql server 2005 (8)    
backup / restore (6)    
monitoring (6)    
stairway series (6)    
amo (5)    
analysis services (ssas) (5)    
editorial (5)    
sql server (4)    
active directory (3)    
backup (3)    
database weekly (3)    
oracle (3)    
partitioning (3)    
reporting services (ssrs) (3)    
sql agent (3)    
database (2)    
dimensions (2)    
disk space (2)    
extract, transform, load (etl) (2)    
integration services (ssis) (2)    
perfmon (2)    
policy based management (pbm) (2)    
restore (2)    
script (2)    
sql server 2012 (2)    
transaction logs (2)    
webinar (2)    
windows 2008 r2 (2)    
windows 2012 (2)    
auditing (1)    
azure (1)    
backup / recovery (1)    
bi (1)    
capacity planning (1)    
central management server (1)    
command line install (1)    
creation (1)    
csv (1)    
cube (1)    
database mail (1)    
database space (1)    
dba (1)    
document environment (1)    
domain (1)    
enterprise manager (1)    
epm (1)    
error handling (1)    
error log (1)    
errorlogs (1)    
event log (1)    
events (1)    
failover cluster (1)    
fragmentation (1)    
free training (1)    
indexing (1)    
jobs (1)    
maintenance (1)    
management (1)    
ms sql 2008 policy-based management & (1)    
objects (1)    
pass (1)    
performance monitoring (1)    
profiler (1)    
registered servers (1)    
remote servers (1)    
script jobs (1)    
scripting (1)    
scripting jobs (1)    
security (1)    
service restart (1)    
services (1)    
silent install (1)    
simple-talk series (1)    
size (1)    
sliding windows (1)    
sliding windows technique (1)    
slipstream (1)    
sql 2008 (1)    
sql alerts (1)    
sql compare (1)    
sql discovery (1)    
sql job (1)    
sql jobs (1)    
sql server 2008 (1)    
sql server 7 (1)    
sql server cluster (1)    
sql server powershell (1)    
sqlcmd (1)    
sqljob (1)    
sqljobs (1)    
string manipulation (1)    
trending (1)    
troubleshooting (1)    
t-sql (1)    
twitter (1)    
unattended install (1)    
wmi events queries (1)    
xmla (1)