Getting Started with Adobe After Effects - Part 6: Motion Blur
A collection of quick technology learning tips from what people around you learn every day


  • 21
    Liked
    16
    Learned
    8
    Comments

    SQL Server - Select top count dynamically

    While trying to retrieve the select top count dynamically, initially tried this way [code] Declare @noOfRowsPerChunk int set @noOfRowsPerChunk = 5 select top @noOfRowsPerChunk RecordID from myTable [/code] which throwed the syntax error. Fix:......
    SQL Server Tips
    RKA  Posted on Sep 21 2011 3:33AM
  • 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
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]