Getting Started with Adobe After Effects - Part 6: Motion Blur

Liked



Upload Image Close it
Select File

i-catching solutions
Browse by Tags · View All
SQL Server 26
Script toolbox 16
T-SQL 12
SQL 12
Geniiius 8
SQL Server 2012 7
Performance optimization 6
DMV 5
debugging 5
Debugging 5

Archive · View All
November 2011 6
May 2012 4
April 2012 4
January 2012 4
February 2012 3
March 2012 3
October 2011 2
December 2011 2
September 2012 1
June 2012 1

Geniiius's Blog

  • 0
    Liked
    4
    Comments

    How much space are you wasting?

    A few weeks back a client of mine asked me to write a script that could tell him the space used by write only indexes. The usage stats from the indexes is pretty easy to get from ‘sys.dm_db_index_usage_stats’ and if you join the DMV ‘sys.dm_db_partition_stats’ onto that, you can from the column ‘use......

    Geniiius  Posted on Nov 8 2011 12:00AM
    Profile · Blog
  • 4
    Liked
    2
    Comments

    SQL Server trace flags

    Normally I’m not a big fan of using traceflags, my advice is only to use these when it is absolutely necessary otherwise don’t. Here is a list of the documented traceflags that you can use with SQL Server. That is the documented once, besides that there is a list of undocumented traceflags – and it ......

    Geniiius  Posted on Nov 22 2011 12:00AM
    Profile · Blog
  • 2
    Liked
    1
    Comments

    Multiple query plans for the same query?

    A while back i was creating a stored procedure to be used for pulling data from the SQL Server into cacti. The procedure was pulling data from a rather large table, which I had made sure was indexed properly for my query. When I executed the stored procedure from SQL Server Management Studio it ran ......

    Geniiius  Posted on Oct 25 2011 12:00AM
    Profile · Blog
  • 3
    Liked
    1
    Comments

    Nifty queries using a Numbers helper table

    (The complete usable code is in the very bottom of this blog post) Some of you may have seen this “numbers table” technique in use before, but I thought I would share a few simpel examples to those of you that haven’t seen the light yet Lets start with a ...

    Geniiius  Posted on Apr 4 2012 12:00AM
    Profile · Blog
  • 2
    Liked
    1
    Comments

    Backup compression using IBM TDP for SQL Server

    If you are using SQL Server 2008 enterprise/datacenter edition, or SQL Server 2008 R2 standard or above, you are in the lucky possition to be able to compress your SQL Server backups. Often I see installations of these versions, where compression is not en...

    Geniiius  Posted on May 15 2012 12:00AM
    Profile · Blog
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]