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
  • 6
    Liked
    0
    Learned
    13
    Comments

    How to split string efficently

    It's quite old, but new for me. Great method to parse string is using of recursive CTE, as showed in Table Function: CREATE FUNCTION fn_SplitString(@str NVARCHAR(MAX), @sep NVARCHAR(MAX)) RETURNS TABLE AS RETURN ( WITH sepPos ...
    SQL Server Tips
    Adam Tokarski  Posted on Mar 9 2012 12:00AM
  • 13
    Liked
    7
    Learned
    5
    Comments

    SCOPE_IDENTITY() sometimes returns incorrect value

    When using INSERTs on large tables (> 1 millon rows), the SCOPE_IDENTITY() or @@identity functions sometimes return wrong results. (*This was NOT supposed to be fixed in SQL Server versions older than 2012!*) **Update:** It seems the problem has been ...
    SQL Server Tips
    Guenter  Posted on Mar 6 2012 12:00AM
  • 5
    Liked
    2
    Learned
    3
    Comments

    CHECKSUM & CHECKSUM_AGG

    Todays [Just Learned] tip is: - CHECKSUM - where you can count hash value of entire row (or only set of columns) - horizontal; Useful for creating own index (for example for long strings), for validation of changed values, and so ...
    SQL Server Tips
    Adam Tokarski  Posted on Mar 5 2012 12:00AM
Previous | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | ... Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]