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

    Active Directory and Microsoft Management Console

    If attempting to add the Active Directory snap in to the Microsoft Management Console and you can’t see the Active Directory options in the Standalone snap ins – take the following steps: 1) Download the Administration Tools Pack – in my case it was the Windows 2003 Ad......

    Jack Vamvas  Posted on Mar 3 2011 8:09AM
    Profile · Blog · Twitter
  • 0
    Liked

    Should libraries be installed on database servers?

    A developer asked me if he could install “microsoft.office.interop.excel.dll” on a Production database server. This dll is part of the Microsoft Excel 11.0 Object Library. This would satisfy his requirement to run a transformation on an Excel file, as part of a SSIS job. The database s......

    Jack Vamvas  Posted on Aug 15 2011 3:12AM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 - SQL2033N and TSM reason code: 610

    The online definition is “An error occurred while accessing TSM during the processing of a database utility”. The 610 code means the message catalog aka dscenu.txt can’t be found. I see this error usually when a DBA configures TSM at the DB2 instance level. When you configure......

    Jack Vamvas  Posted on Apr 28 2011 8:06AM
    Profile · Blog · Twitter
  • 0
    Liked

    Linux server largest files

    I use this method to find files which grow – and trigger low disk space alerts. There are cron jobs to maintain certain system logs and db2diag.log , but systems administrators execute packages for fix packs, monitoring agents for instance status, virus scanners and other utilities, which a......

    Jack Vamvas  Posted on May 5 2011 8:03AM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 table size shell script

    This shell script creates an output file with every table size on every database of a DB2 instance. The columns are : TABSCHEMA, TABNAME, DATA_OBJECT_P_SIZE, INDEX_OBJECT_P_SIZE, LONG_OBJECT_P_SIZE, LOB_OBJECT_P_SIZE, XML_OBJECT_P_SIZE The script checks to see if it’s a db2 hadr PRIM......

    Jack Vamvas  Posted on May 16 2011 1:53AM
    Profile · Blog · Twitter
  • 0
    Liked

    ANE4007E and delete locked files

    I encountered a windows locked file, while doing a TSM file backup causing an error. I used Handle, which identifies windows locked files. I received the following message in the Event Viewer when File Incremental backups are taken. ANE4007E (Session: 80258, Node: BRTM7030) Error ......

    Jack Vamvas  Posted on May 17 2011 3:12AM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 database design: physical design is important

    The regular comment passed by DBAs is “90 % of the overall db performance is based on the code written against it”. There is truth to this comment, and large amounts are written on optimising queries on DB2 databases. DB2 database design physical supports logical database design. Th......

    Jack Vamvas  Posted on May 19 2011 7:28AM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 table reorg and table truncate

    I received a db2 Tivoli monitoring message, warning of disk space issues. TRV_DB2_UsedSpace_Minor db2inst1:myserver:UD Fri May 13 16:57:21 2011 Description I executed a Linux find command. find /db2inst1 -type f -ls | sort -k 7 -r -n | head -10 The 10 biggest files in the directory /db2inst1......

    Jack Vamvas  Posted on May 20 2011 3:21AM
    Profile · Blog · Twitter
  • 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
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]