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

    Data compression in SQL Server 2008

    Data compression allows more rows to be stored in a page, but the maximum row size of a table or index does not change. Compressed data is stored on fewer pages therefore less pages to read therefore less IO intensive. The cost is increased CPU to compress and ......

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

    Yum clean all

    The /var folder on a Red Hat Linux server was reported as only 1% space left. The DB2 binaries and data\ log files were on their own drive space. Normally, I search for the Linux largest files and assess whether they require pruning. Occasionally I use the command: yum clean all Firstly, what ......

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

    Powershell to HTML

    I use Powershell for standardised scripts across the server inventory such as running a job collection, security audit or performance statistics collection. Powershell to HTML is another option of displaying data and distrinuting to users. Normally, I either save out the results in an Excel sprea......

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

    AWE SQL Server memory not supported in future releases

    The SQL Server memory management Address Windowing Extensions (AWE) is not supported in the next version of SQL Server. It remains available in SQL Server 2008 R2, but avoid using in current development work. For me, this means adjusting build scripts for Standard Edition 32 bit installations. ......

    Jack Vamvas  Posted on Aug 2 2011 10:55AM
    Profile · Blog · Twitter
  • 0
    Liked

    ADMIN_DROP_SCHEMA to drop a schema

    I use ADMIN_DROP_SCHEMA to drop a schema and its objects. The main advantage of using the procedure, instead of writing a customised script is there could be routines such as stored procedures or UDFs with cross dependencies and require to be dropped in a certain......

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

    Redundancy for SQL Server

    Designing Redundancy for SQL Server is critical for High Availability (HA) and Disaster Recovery (DR) strategies. General areas in considering the HA and DR stack. Physical locations (buildings,geography) Electricity Network Storage Load Balancers Servers Web Layer Database Layer Manag......

    Jack Vamvas  Posted on Aug 1 2011 10:07PM
    Profile · Blog · Twitter
  • 0
    Liked

    Database tuning and Operating System Tuning

    As part of the Performance Tuning series – Performance Stack , this section looks at Operating System tuning. The purpose of the series is a general approach to Performance Tuning – independent of database server platform. A large proportion of DBAs support more than one type of datab......

    Jack Vamvas  Posted on Aug 1 2011 3:12AM
    Profile · Blog · Twitter
Previous 1 | 2 | 3 Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]