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

    How to use large BLOB/CLOB in HADR

    Currently working on a Webspere Business Monitor application integrating with DB2 9.5 on Linux. I've made a few observations.One that is interesting, particuarly as Webspere Business Monitor uses BLOBs\CLOBs, relates to HADR and BLOB\CLOB replication. Database logs are us......

    Jack Vamvas  Posted on Mar 31 2011 6:19AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server – LOGMGR and how to reduce it

    SQL Server Books online defines LOGMGR as "Occurs when a task is waiting for any outstanding log I/Os to finish before shutting down the log while closing the database" Depending on what other waits are occurring – this could indicate an IO bottleneck. For example, if ASYNCH_IO_COMPLETION, IO......

    Jack Vamvas  Posted on Mar 29 2011 7:30AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server – IO_COMPLETION and how to reduce it

    SQL Server Books online defines IO_COMPLETION as “Occurs while waiting for I/O operations to complete. This wait type generally represents non-data page I/Os. Data page I/O completion waits appear as PAGEIOLATCH_* waits” As with ASYNC_IO_COMPLETION it is a symptom of an IO bottleneck......

    Jack Vamvas  Posted on Mar 25 2011 7:32AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server Async_io_completion and how to reduce it

    SQL Server Books online defines Async_io_completion as “Occurs when a task is waiting for I/Os to finish “ Mainly a symptom of an IO bottleneck. Cross check by identifying other wait stat indicators such as: IO_COMPLETION, WRITELOG,PAGEIOLATCH_X. The appearance of at least one of these......

    Jack Vamvas  Posted on Mar 24 2011 7:41AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server profiler Scan Event

    Normally, if I’m doing some general health checks – I’ll issue a trace with some designated conditions- depending on the application. For example, it may be looking at Duration of queries on a specific database. This will give me some hints at what to analyse. Once identifying th......

    Jack Vamvas  Posted on Mar 23 2011 7:43AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server – read ahead

    On the SQL Server performance stack one of the potential performance bottlenecks is the read-ahead rate at the Cache level. The relational engine manages the method of access and the buffer manager. The methods of access relates to table scans & index scans. The buffer manager accesses and u......

    Jack Vamvas  Posted on Mar 21 2011 7:48AM
    Profile · Blog · Twitter
  • 0
    Liked

    Performance Metrics used in acceptance tests

    These are the metrics I use in acceptance tests for a new implementation of a database server. I’ve got specific tests within each acceptance test 1)Maximum Rate – Defined as the ability of SQL Server to process data for a standard CPU \ Server Combination and SQL Query.It is important......

    Jack Vamvas  Posted on Mar 15 2011 7:49AM
    Profile · Blog · Twitter
  • 0
    Liked

    7 habits of highly effective DBAs

    In the spirit of lists that seek to define habits practised by effective individual – I decided to list a generalised list for DBAs. These are based on obseravations I’ve made of some excellent DBAs I’ve met over the years. The intention is to abstract some patterns – to enc......

    Jack Vamvas  Posted on Mar 12 2011 7:51AM
    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]