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


  • 12
    Liked
    12
    Learned
    8
    Comments

    Mathematics Puzzle - Birthdate

    Recently watched an inspiring regional movie, where actor asks actress to take her birth date, and multiply day with 12 and Month with 31 and add those results. As soon as she tells the result, in 3-4 seconds, actor will tell her birth date. At first gl......
    General Technology Tips
    Ramireddy  Posted on Aug 17 2011 7:37AM
  • 14
    Liked
    12
    Learned
    4
    Comments

    Change SQL Server instance name - SQL Server

    During working with replication, encountered with one error to use actual server name for replication. For solution we need to change the SQL Server instance name as actual server name with following, [CODE] EXEC sp_dropserver 'Old Server Name' EXE......
    SQL Server Tips
    Paresh Prajapati  Posted on Oct 25 2011 4:33AM
  • 15
    Liked
    12
    Learned
    8
    Comments

    $IDENTITY - Identity Column values

    There is something $IDENTITY to get the identity value for a table contained the identity column. [Code] create Table T1(Col1 int identity(1,5),Col2 int) Go Insert into T1(Col2) Select 100 Go 100 Select $Identity,* From T1 [/Code]......
    SQL Server Tips
    Latheesh NK  Posted on Oct 22 2011 12:48AM
  • 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
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]