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

    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

    DB2 V95 uninstall itma

    One of our system administrators – who manages the Integrated Tivoli Monitoring Applications (ITMA) - noticed that the ITM package that ships with DB2 V95 was installed. As he manages separate installs of ITM – the request was to uninstall the ITM from the particular Linux Server. Un......

    Jack Vamvas  Posted on Dec 30 2010 7:25AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL0964C The transaction log for the database is full

    The reason this error is occurring is that the objects loaded into the transaction which is causing the the transaction logs to overfill. By default the amount of secondary log files is 2. Resolve the problem by increasing the amount of secondary log files: db2 update db cfg for MY_DB_NAME using ......

    Jack Vamvas  Posted on Oct 16 2010 7:52AM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 USERSPACE1 is full

    After a period of usage – quite often I see these type of messages on the monitoring reports. USERSPACE1 in MYDB has 98 pct used. Instance: MyInstance The first step I take is: Db2 connect to MYDB db2 list tablespace containers for 2 show detail. Tablespace ID ......

    Jack Vamvas  Posted on Dec 31 2010 7:22AM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 SQL2413N - Online backup is not allowed

    I started seeing this message appear in the backup logs: SQL2413N Online backup is not allowed because the database is not recoverable or a backup pending condition is in effect. The problem was Archival Logging wasn’t enabled on the databases. The problem was rectified by: db2 update db ......

    Jack Vamvas  Posted on Jan 1 2011 5:05PM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 Instance Memory and dbptnmem

    If you are using DB2 9.5 and need to track the memory usage of an instance, then db2pd -db2ptnmem displays the output of current memory and the highwater mark of the memory segments. It is worth mentioning that with DB2 9.5 the INSTANCE_MEMORY becomes the memory allocation delimiter. If set at AUTO......

    Jack Vamvas  Posted on Jan 3 2011 7:02AM
    Profile · Blog · Twitter
Previous | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | ... Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]