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

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

    SQL server 2012 Startup parameters

    I’m sure that I’m not the only one with nightmares about the startup parameters in older versions of SQL Server 200x – the design and UI is just bad, it is so easy to forget a semicolon or mess up the syntax – and to end up with SQL Server that is not able to start. Here is a little screen shot to s......

    Geniiius  Posted on Dec 6 2011 12:00AM
    Profile · Blog
  • 1
    Liked

    CONCAT() – SQL Server 2012

    With SQL Server 2012 a new string function is born – CONCAT(). The output is a string, as the result of the concatenation of two or more strings – if the input is another type than string a conversion will be done implicit. The CONCAT() function takes between 2 and 254 parameters. Here is how the s......

    Geniiius  Posted on Nov 29 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
  • 0
    Liked

    SQL Server ® 2012 Release Candidate (RC0)

    Finally it is here, the SQL Server 2012 RC0 is ready for download, click this link and you’ll be downloading the good stuff in seconds. While you are downloading, you might want to have a look at some of these links, to read the official Microsoft information on what’s new in SQL Server 2012 RC0 – y......

    Geniiius  Posted on Nov 18 2011 12:00AM
    Profile · Blog
  • 1
    Liked

    SQL Server 2012 licensing

    Microsoft has recently released the licensing overview for SQL Server 2012. A few things has changes from SQL Server 2008, and I will just give a brief overview over these changes. CPU vs core The first major change in my opinion is the change from CPU socket licensing to per-core based. This elim......

    Geniiius  Posted on Nov 14 2011 12:00AM
    Profile · 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
  • 1
    Liked

    Backup/restore/checkdb/shrinkfile progress

    Have you ever wonderet how long you need to wait for a backup or restore command to complete? If you perform the backup or restore from the gui in management studio, it shows you the progres for every 10%. But what to do if you issuet the backup or restore command yourself, and did not specify the s......

    Geniiius  Posted on Nov 1 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
  • 1
    Liked

    When was SQL Server restarted?

    One of the main goals with this blog is to write stuff when we learn / discover new things or smarter and more efficient ways to do things – and that is spot on what I’ll do today. Finding the time when SQL Server was last restarted, and using that timestamp to calculate the actual runtime is......

    Geniiius  Posted on Oct 18 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]