Getting Started with Adobe After Effects - Part 6: Motion Blur

Liked



Upload Image Close it
Select File

Learn about SQL Server DBA, SQL Server database performance,SQL Server optimisation,database tuning,t-sql,ssis
Browse by Tags · View All
DBA Scripts 51
performance 37
SQL Server 29
Object Management 24
#SQLServer 24
Backup and Restore 20
Security Management 20
Powershell 17
Indexes 14
DBA 14

Archive · View All
June 2011 38
January 2011 33
May 2011 32
August 2011 27
July 2011 26
January 2012 24
February 2011 19
April 2011 19
March 2011 17
March 2012 17

Jack Vamvas's Blog

  • 0
    Liked

    Powershell Get-EventLog and Event Log messages

    This post explains how to list Event Log Messages with Powershell Get-EventLog , on multiple servers and output the results to a HTML file. It is only one extra step to send an email attachment. This example iterates through a list of servers and returns Error messages from the System Event Log g......

    Jack Vamvas  Posted on Feb 25 2012 12:00AM
    Profile · Blog · Twitter
  • 1
    Liked

    SQL Server – Send email using Powershell

    This article explains how to send an email through Powershell. Very useful if you have a requirement to automate your scripts and send notifications . The example is calling the SmtpClient Class , which is part of the .Net Framework. You can call a Function – which makes your scripting ......

    Jack Vamvas  Posted on Jan 31 2012 12:00AM
    Profile · Blog · Twitter
  • 0
    Liked

    Powershell - run script on all sql servers

    This powershell script assists in applying a similar change on every SQL Server Instance. Or a subset. For example, adding a new generic logon account, or collecting regular information. I’ve written plenty of powershell scripts – that are customised for a partic......

    Jack Vamvas  Posted on Jul 16 2011 5:38AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server Version with Powershell

    SQL Server Version with Powershell and documenting SQL Server versions, is a necessary timesaving methods. For instance, I'm upgrading loads of sql servers at the moment and the following script, gives me a quick way of getting a summary of versions. Place all the relevant serve......

    Jack Vamvas  Posted on Jul 3 2011 6:59AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server DBA Top 10 automation tasks

    SQL Server Automation is one of the best ways for a DBA to achieve more in less time. If a task is repeatable – then why run it manually? A word of warning! There are automated jobs out in the SQL Server world that are causing more damage then help. I have seen plenty of Daily Shrink Databas......

    Jack Vamvas  Posted on Jun 20 2011 6:54AM
    Profile · Blog · Twitter
  • 1
    Liked
    1
    Comments

    Powershell, PSEexec and lock pages in memory – made easy

    What if you had to create a script stack that installs SQL Server from an image library? And customisations – such as adding the SQL Server Start up account to the Lock Pages in Memory Local Policies? If this needs to be rolled out quickly across hundreds of servers, or just one, then there ......

    Jack Vamvas  Posted on Apr 27 2011 6:57AM
    Profile · Blog · Twitter
  • 0
    Liked

    Powershell – setting the Execution Policy

    When you attempt to execute a Powershell script you may see something like the following error message: File C:\general.ps1 cannot be loaded because the execution of scripts is di sabled on this system. Please see "get-help about_signing" for more details. At line:1 char:14 + ./general.ps1 All S......

    Jack Vamvas  Posted on Feb 12 2011 8:04AM
    Profile · Blog · Twitter
  • 0
    Liked

    Free space on drives using Powershell

    This script using Powershell, takes a list of SQL Servers , iterates through the list and returns the results from the procedure: master.dbo.xp_fixeddrives. Run this script as a standalone script or as part of a more comprehensive health monitoring snapshot Depending on your security architec......

    Jack Vamvas  Posted on May 1 2010 5:52AM
    Profile · Blog · Twitter
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ... Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]