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 SQL2033N and TSM reason code 106

    When executing a DB2 backup command, an error message appeared db2 backup db MyDB online use TSM include logs SQL2033N An error occurred while accessing TSM during the processing of a database utility. TSM reason code: "106". Accoring to the ibm infocentre The specified file is being u......

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

    System Reserved Partition and monitoring

    On Windows 2008 R2 , a System Reserved Partition is created. It is 100 MB and acts as a preparatory step for implementing Bitlocker. The installation doesn’t install Bitlocker. BitLocker is a disk encryption method for full disk encryption. The System Reserved Partition can cause problems in so......

    Jack Vamvas  Posted on Dec 2 2011 12:00AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Table variable and temporary table

    Table variables and Temporary tables are used interchangeably – but they were designed for different purposes. Temporary tables were designed for storage and manipulation of temporal data. Table variables were designed to return User Defined Function (UDF) datasets. Which type should be used ?......

    Jack Vamvas  Posted on Dec 1 2011 12:00AM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 Database code set

    The DB2 code set value defines the character encoding used by the database. Setting the appropriate value for translation, for example: Euro symbol and DB2 database codeset To get the DB2 database code set value, use: db2 get db cfg for MY_DB --From a command line, such as Putty, db2 get ......

    Jack Vamvas  Posted on Nov 30 2011 12:00AM
    Profile · Blog · Twitter
  • 1
    Liked
    2
    Comments

    SQL Dirty Pages

    Lazy writing , eager writing and checkpoint use asynchronous IO in writing pages to disk.  The purpose of  asynchronous IO is to release resources and  for other tasks to progress. i.e releases the thread to allow further threads.Usually this takes less than 10 ms – but under circ......

    Jack Vamvas  Posted on Nov 28 2011 12:00AM
    Profile · Blog · Twitter
  • 0
    Liked

    Data Loading Performance Guide

    Bulk loading with large amounts of data requires strategy. The Data Loading Performance Guide for SQL Server 2008 and SQL Server 2005 is a very useful document. Highlights Understanding Minimally Logged OperationsTrace Flag 610 (sql server 2008)Summarizing Minimal Logging Conditions Bulk Load M......

    Jack Vamvas  Posted on Nov 26 2011 12:00AM
    Profile · Blog · Twitter
  • 0
    Liked

    TADDM and DB2 discovery

    For Tivoli Application Dependancy Discovery Manager (TADDM) to successfully discover DB2 instances, standardising OS and DB2 security access is the key, particularly for a large DB2 server inventory. A non – standardised approach can lead to may hours of troubleshooting and false negatives. Buil......

    Jack Vamvas  Posted on Nov 24 2011 12:00AM
    Profile · Blog · Twitter
  • 0
    Liked

    MS DTC and sys.dm_tran_active_transactions

    A sql reindex command was being blocked by two active transactions in MS DTC. Use sys.dm_tran_active_transactions to report more detail on transactions select * from sys.dm_tran_active_transactions where transaction_uow = '922D5B60-A5CA-4C96-8891-703021B40AD8' /*Returns: Transact......

    Jack Vamvas  Posted on Nov 24 2011 12:00AM
    Profile · Blog · Twitter
  • 0
    Liked

    ALTER INDEX permissions

    Developers like to have some control over the development process. An example is index building. Asking a DBA repeatedly for changes to a Development Database might not be the best use of time – for either parties. For example, a developer may want to work over the weekend to finish a Data Impor......

    Jack Vamvas  Posted on Nov 23 2011 12:00AM
    Profile · Blog · Twitter
  • 0
    Liked

    Linux Server OS information

    The following commands are useful to gather Linux server information. The Linux system information is useful for such scenarios as: a) The Server Engineer requests a spec for a new Linux server build from the DBA. b) Collating inventory information for disaster recovery planning cat /proc/cpuinf......

    Jack Vamvas  Posted on Nov 23 2011 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]