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

Liked



Upload Image Close it
Select File

My experiences and references in SQL server
Browse by Tags · View All
SQL Server 14
#SQLServer 14
SQL Scripts 13
#TSQL 6
TSQL 6
SQL Serevr - Issues and Resolutions 3
SQL Server - Best Practises 3
SQL server - Misconceptions 3
SQL server - Statistics 2
SQL Server - Wait stats and Queues 2

Archive · View All
October 2011 8
March 2011 7
April 2011 4
May 2011 3
November 2011 3
December 2010 3
December 2011 2
June 2008 2
February 2011 2
February 2012 1

SQLZealot's Blog

  • 0
    Liked

    CXPACKET - Parallellism

    This is commonly where a query is parallelized and the parallel threads are not given equal amounts of work to do. One thread may have a lot more to do than the others, and so the whole query is blocked while the long-running thread completes. If this is combined with a high num......

    Latheesh NK  Posted on Dec 22 2010 6:36AM
    Profile
  • 2
    Liked

    Table variable myths

    There are always some myths around the table variable:<br /><br /> 1. Table variables works with only memory.<br /> - It is wrong understanding that the table varibles works only with memory. If table variables are populated with more records, it spills to the temp DB and works as ......

    Latheesh NK  Posted on Dec 18 2010 10:02AM
    Profile
  • 0
    Liked

    IF statement resulting in Recompile

    There is a wrong perception amoung someDBAs that the if statement in procedures would cause a recompile of the procedures at the execution time. However, it is been proved that if a procedure contains if statements, all codes are getting compiled at the first compilation stored in the......

    Latheesh NK  Posted on Dec 16 2010 3:45PM
    Profile
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]