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

Liked



Upload Image Close it
Select File

Learned something today? Share it, or learn from what others have learned today
  • 20
    Liked
    11
    Learned
    10
    Comments

    Sargable vs Non-sargable

    I have always heard about the terms sargable and non-sargable but never really understood how they help in developing efficient sql code. Here is what I have found out... Try to avoid WHERE clauses that are non-sargable. The term “sargable” (which is i...
    SQL Server Tips
    vanne040  Posted on Feb 2 2012 12:00AM
  • 14
    Liked
    14
    Learned
    10
    Comments

    Top 10 Largest Databases in the World

    Just learned from focus.com's Editors article.In that they have identified Top 10 Largest Databases in the World, Here we have the list. I)The Library of Congress (LC) boasts more than 130 million items ranging from cook books to colonial newspapers ......
    SQL Server Tips
    Robert Dennyson  Posted on Jul 1 2011 11:57AM
  • 18
    Liked
    12
    Learned
    10
    Comments

    TRUNCATE TABLE is non-logged (False)

    There are no non-logged user database operations. The only non-logged operations are the version stores in tempdb TRUNCATE TABLE is minimally-logged: 1) Metadata changes are always logged at TRUNCATE time 2) Extent/page deallocations may be logged......
    SQL Server Tips
    Jeff Wharton  Posted on Oct 16 2011 11:55PM
  • 11
    Liked
    6
    Learned
    10
    Comments

    SQL Server - Beware of replicate function

    Replicate() function can be used to replicate characters. suppose replicate('a',5) will returns "aaaaa" When you are using replicate function, if it returns more than 8000 characters, it will truncate that. To prevent that, you need to cast to nvarc......
    SQL Server Tips
    Ramireddy  Posted on May 31 2011 12:40AM
    Last reply by Marc Jellinek at 2012-08-12 20:07:12
  • 4
    Liked
    4
    Learned
    9
    Comments

    Selecting Max and Min among multiple columns

    Recently I came across a code written by a developer. He was trying to solve a problem to find max and min value among multiple column for each row. Through Below dummy code I am trying to explain - --Use tempdb USE tempdb --Create a d...
    SQL Server Tips
    Jeetendra  Posted on Aug 24 2012 12:00AM
    Last reply by Marc Jellinek at 2012-08-27 09:27:47
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]