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


  • 17
    Liked
    16
    Learned
    8
    Comments

    Trick in SQL Server 2012 Shift+Alt+Selection

    In SQL Server 2008, We have a feature to select multiple lines with specific characters. In SQL Server 2012, we can append the same text to multiple lines. Below images will give the clear picture to understand this feature. Some times we need to add s...
    SQL Server Tips
    abhIShek BandI  Posted on Aug 13 2012 12:00AM
    Last reply by Bala Krishna at 2013-01-24 00:42:26
  • 23
    Liked
    16
    Learned
    4
    Comments

    SQL Server - Space separated database names

    We had a contract dba who was asked to create a database.From outside look the database looked normal, but for some reason code would not recognize it and we kept getting error that database does not exist or user does not have permissions. We tried put......
    SQL Server Tips
    Malathi Mahadevan  Posted on Nov 16 2011 1:22AM
  • 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
  • 19
    Liked
    16
    Learned
    2
    Comments

    SOME and ANY in TSQL

    Just learned about these from the article "SQL Server All, Some and Any Operators" in the website "blackwasp.co.uk". Though these things are basic, its worthy to remember again. The SOME and ANY operators provide equivalent functionality. SOME and ......
    SQL Server Tips
    Robert Dennyson  Posted on Aug 17 2011 9:24AM
  • 13
    Liked
    15
    Learned
    7
    Comments

    Semicolon can be used to execute a procedure

    Is it unbeleivable? See the below example [code]Create procedure GO as select 1 as number[/code] Now execute it without using keywords EXEC or EXECUTE [code]GO[/code]GO is treated as batch seperator and you wont get any result. Now execute it by[......
    SQL Server Tips
    Madhivanan  Posted on Jun 13 2011 3:18AM
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]