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

    SQL Server execution plan as text

    Sometimes it's more useful to display the execution plan as text format. Even though Grapical format is the easiest to read , a lot of the operator data is visible - except by looking into Property windows. In diagnosing complex execution plans this is where the text format is useful. To execute......

    Jack Vamvas  Posted on Sep 29 2010 6:29AM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 - Statistics last time updated

    Managing statistics is important for index performance. A quick way of displaying the last time statistics were updated is with this sql statement. Select tabschema ,tabname ,stats_time from syscat.tables where type = 'T' Republished from http://www.dba-db2.com/.......

    Jack Vamvas  Posted on Sep 25 2010 1:54PM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server - Backup data is incorrectly formatted

    I tried to complete a SQL server 2005 database Restore from disk,this information message was displayed in the error logs: The backup data at the end of "K:\backups\mybackup.bak" is incorrectly formatted. Backup sets on the media might be damaged and unusable. To determine the backup sets on the me......

    Jack Vamvas  Posted on Sep 25 2010 6:32AM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 Database objects overviews

    Servers, Instances, Databases Hierarchy --------------------------------------- System Instance (Multiple) Databases (Multiple) Instance Management --------------------------------------- DB2INSTANCE environment variable defines the default instance. Multiple instances are possibl......

    Jack Vamvas  Posted on Sep 11 2010 5:38AM
    Profile · Blog · Twitter
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]