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

    Query Response Time measure

    When analysing the full Query Response time, it is of value to break the cycle down into 3 stages. This will allow greater understanding of what is occurring and how to resolve any delays. These three phases, will equal Total Time time taken for a query to respond. CPU (Running) = When in Running ......

    Jack Vamvas  Posted on Apr 15 2011 6:40AM
    Profile · Blog · Twitter
  • 0
    Liked

    Database Virtual Server Candidacy Criteria

    Migrating database servers, often requires decisions on whether to virtualize. There are plenty of tests, criteria and documentation on metrics for testing on virtualized database servers. I’m working on a large data centre migration. One of the objectives is to list out database servers ......

    Jack Vamvas  Posted on Jul 13 2011 5:55AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Azure July 2011 Service Release

    Key Points Creating a common foundation between SQL Azure Cloud and Denali. Denali is SQL Server version 11 of the SQL Server Code. Expanding capability for spatial data types - Geometry data type (Euclidean - flat-earth) and Georgraphy data type (ellipsoidal – round earth). To interact ......

    Jack Vamvas  Posted on Jul 15 2011 6:08AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server sql_handle returns sql statement

    Certain Dynamic Management Views(DMV) return a sql_handle column. Examples of DMVs returning the sql_handle column are: sys.dm_exec_query_stats sys.dm_exec_requests sql_handle is a varbinary(64). A varbinary is suitable for variable length binary data. The sql_handle is a token referencing a ......

    Jack Vamvas  Posted on Jul 18 2011 5:34AM
    Profile · Blog · Twitter
  • 0
    Liked

    Powershell - run script on all sql servers

    This powershell script assists in applying a similar change on every SQL Server Instance. Or a subset. For example, adding a new generic logon account, or collecting regular information. I’ve written plenty of powershell scripts – that are customised for a partic......

    Jack Vamvas  Posted on Jul 16 2011 5:38AM
    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
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]