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

  • 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
  • 1
    Liked

    SQL Server - Generate SQL INSERT from Excel

    Generate SQL Server INSERT statements with Excel Concatenate. A developer requested access to a Production database. The details were to COPY and PASTE from a Excel spreadsheet into Access , which then updated SQL Server. Upon asking him , why he used this method , he said “It’s the w......

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

    DB2 – Run script on Linux start

    A quick method to use for executing a script on Linux start. After all the other processes are started by the init command at boot time, the script is run on Red Hat based systems: /etc/rc.d/rc.local Add any extra script\commands references to this file. See Also db2start at st......

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

    DB2 NEWLOGPATH

    By default , when creating a new DB2 database , the Log path is on the same drive as the data files. To change the log path , configure the NEWLOGPATH database parameter db2 update db cfg for MYDB using NEWLOGPATH /newpath/ See Also OLTP performance checklist Republished with author's......

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

    DB2 - Uninstalling IBM Tivoli Monitoring for Databases

    In large Tivoli environments – System Adminstrators prefer to manage the installation of the Monitoring Agents As a DBA you may need to exclude the ITMA from the DB2 server installation. Methods are: 1) To prevent the DB2 installer from installing ITMA in a response file installation, s......

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

    SQL Server – Backup to NUL trick - read throughput

    A neat test for read speed backup throughput is to use the Backup to NUL . NUL is a special “file”. It's as a nul device , anything “written” to it is discarded.Don’t confuse with the SQL reserved word NULL. Before you run this statement , note that even as the file is not going anywhere , SQL Se......

    Jack Vamvas  Posted on Jan 11 2012 1:00AM
    Profile · Blog · Twitter
  • 1
    Liked

    SQL Server – Maintaining different environments

    A busy Database Server and application development environment can have – Sandbox, Dev, Test, QA, Staging, Production . Maintaining multiple environments requires consideration of various factors. Reasons for maintaining different environments Part of well audited database server system includ......

    Jack Vamvas  Posted on Jan 10 2012 1:00AM
    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]