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

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

    DB2 security audit

    $working_dir/$logfile echo "operatation began `date`" $working_dir/$logfile for i in `db2 list db directory | grep 'Database name' | awk '{print $4}'`; do echo "==============================" $working_dir/$logfile ; echo "getting :DB AUTH,USER AUTH,PLAN AUTH for: $i" $working_dir/$logfil......

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

    DB2 – db2sysc and instance status

    For a quick check on the DB2 instance status on Linux use: ps aux | less | grep 'db2sysc' Lists all DB2 instances running on the server. db2sysc is the main DB2 engine Related Posts DB2 health script Author: Jack Vamvas(http://www.dba-db2.com) Republished with auth......

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

    SQL Server –WRITELOG and how to reduce it

    SQL Server Books online defines the wait type WRITELOG as “Occurs while waiting for a log flush to complete. Common operations that cause log flushes are checkpoints and transaction commits. “ A checkpoint writes all SQL dirty pages , currently in the buffer,  onto disk. Transaction commits m......

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

    DB2 – Restore database from a ONLINE backup

    I completed a DB2 backup on server1 with the command: db2 backup db sample online include logs Backup successful. The timestamp for this backup image is : 20120106215500 There was a requirement to RESTORE this database from TSM onto Server2.I logged on to Server2 and checked I could view t......

    Jack Vamvas  Posted on Jan 7 2012 12: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]