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

    nmon - tuning and benchmark tool

    Nmon is a tuner and benchmark tool  on Linux.  Capture disk, cpu, memory , filesystem, resource usage, virtual memory As a DB2 DBA it's a very effective method of capturing different types of in data in one interface. nmon  is useful ...

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

    SQL Server – How to troubleshoot query timeouts

    Common reasons for query time-outs are : 1) The application starts using a query not optimal for the index 2) Hardware changes\ Configuration changes 3) Increased load If you suspect the query time-out is due to memory issue , continue reading. Debugging a query-timeout is tricky. I......

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

    DB2 SORTHEAP and pinned pages

    This post discusses SORTHEAP DB2 and pinned pages Information message in db2diag.log FUNCTION: DB2 UDB, buffer pool services, sqlbKeepPagesPinned, probe:20 MESSAGE : ADM6071I The maximum number of pinned pages allowed concurrently was reached in buffer pool "MYBUF8K" (ID "2"). As a r......

    Jack Vamvas  Posted on Feb 27 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

    DB2 and Linux IO testing tools

    Question: I’ve just been handed a new Linux Server build, on a new storage system. The RAID levels are different and the storage parameters have changed. I need to measure the IO performance of the new system and compare to the current system. DB2 will be deployed on these servers, which are ver......

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

    SQL SERVER REBUILD INDEX

    Use the script below to rebuild an index on a table ALTER INDEX MY_INDEX_NAME on MY_TABLE_NAME REBUILD; Check SQL Server BOL for a the full list of options Notes 1) Issuing an Index Rebuild request, drops and recreates the index 2) If rebuilding a CLUSTERED INDEX, nonclustered index......

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

    Database Tuning overview – Access Path Tuning

    Part of the Performance Tuning series – Performance Stack, this section looks at Access Path Tuning. How does the user access the data and how can the access be maintained. The purpose of the series is a general approach to Performance Tuning – independent of database server platform. A large ......

    Jack Vamvas  Posted on Jan 4 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]