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

  • 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
  • 3
    Liked

    SQL Server 2012 – new conversion functions

    With SQL Server 2012 comes a new set of conversion functions, that will certainly help doing type casts and conversions in t-sql. These functions are: TRY_PARSE TRY_CONVERT PARSE TRY_PARSE() Syntax from BOL: TRY_PARSE ( string_value AS data_type [ USING culture ] ) This function works sim......

    Geniiius  Posted on Dec 20 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
  • 3
    Liked

    Visualize Wait stats with Microsoft Excel

    In our blog post last week: Instance Wide Wait Stats we promised to show You how to visualize the collected wait stats with Microsoft Excel, so this is what this blog post will be about. The blog post from last week will be the basic setup for this one, s...

    Geniiius  Posted on Apr 18 2012 12:00AM
    Profile · Blog
  • 2
    Liked

    Automatic page repair with SQL Server Mirroring

    Now and then my colleagues and I find our selves in the middle of a discussion about SQL Server Mirroring versus the more traditional Failover Clustering. Both are features provided by SQL Server for achieving high availability, buth they both have pro’s a...

    Geniiius  Posted on Apr 24 2012 12:00AM
    Profile · Blog
  • 2
    Liked

    Instance Wide Wait Stats

    Over the last many weeks we have written quite a few blog post about query debugging, using Extended Events, Blocking sampling and other techniques. Today we are taking a few steps back, and demonstrate how you could start looking at performance problems o...

    Geniiius  Posted on Apr 9 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
  • 2
    Liked

    DBCC CHECKDB

    Quite often when I see a new SQL Server setup, a CHECKDB has never been run on the databases. It’s pretty simple to do, and it _could_ save you some big trouble later on. What is it? The command “DBCC CHECKDB()” checks the logical and physical integrity o...

    Geniiius  Posted on May 29 2012 12:00AM
    Profile · Blog
  • 2
    Liked

    Generate test data using DBGen

    Over the last couple of months I have on several occasions found myself in need of test data for demos, blogposts etc. You all know AdventureWorks, which will work for a lot of demoing stuff. But the amount of data is limited, and if you are demoing stuff about performance, AdventureWorks just isn’t......

    Geniiius  Posted on Jan 24 2012 1: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
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]