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

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

    How to Configure Database mail

    In my daily job as a SQL Server consultant I go to a lot of places, many days on the road, and many nights at different hotels. All these things are a part of the job, so of course I am not complaining. What some times can be a challenge is to have access ...

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

    How to use Change Data Capture (CDC)

    With SQL Server 2008 Microsoft added the CDC feature to SQL Server enterprise edition. I haven’t come to play around with it before, but the other day I was asked if CDC might be used for a specific purpose. Because I had no previous experience using CDC, ...

    Geniiius  Posted on Mar 5 2012 12:00AM
    Profile · Blog
  • 2
    Liked

    MERGE with OUTPUT clause

    A few days back I was presented with a theoretical challenge, and now I thought I would share my solution with you. The challange was to keep track of changes on a table that we had only a readonly access to, and keep a history of the changes. Furthermore ...

    Geniiius  Posted on Feb 21 2012 12:00AM
    Profile · Blog
  • 1
    Liked

    SQL Server 2012 FileTable – Part 2

    In this weeks blog post we will have a look at how easy it is to combine FileTables and FullText Search. Last week we had a look at some of the basics of the new FileTable feature – if you missed out on last week blog post, you can read it here – FileTable Part 1. To get the full effect of this pow......

    Geniiius  Posted on Jan 12 2012 1:00AM
    Profile · Blog
  • 1
    Liked

    SQL Server 2012 FileTable – Part 1

    In a series of blog posts we will have a look at the new SQL Server 2012 table type called FileTable. This first blog post will be a simple getting started – how to create a FileTable and how to dump files into the folder and do some simple file manipulation. A SQL Server FileTable is a special tab......

    Geniiius  Posted on Jan 3 2012 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
  • 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
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]