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
    10
    Learned
    12
    Comments

    Get random row from the table

    Sometimes it happens that we need random row (or set of randoms rows) from table. Itzik Ben-Gan shows us, in one of his book, the efficient way to do this: SELECT TOP(1) * FROM someTable ORDER BY NEWID() Changing the value in TOP operator, we can, in...
    SQL Server Tips
    Adam Tokarski  Posted on Feb 21 2012 12:00AM
  • 16
    Liked
    12
    Learned
    11
    Comments

    Replacing "Select * " to "Select Column list"

    Hi, We know the hint , how to get all the column names of a table into query window using drag and drop of Columns Folder under TableName. ![SSMS Hint][1] Today , i learned another method to do the same, **Select the query** and **right click** on...
    SQL Server Tips
    abhIShek BandI  Posted on Jul 8 2012 12:00AM
  • 16
    Liked
    11
    Learned
    2
    Comments

    Clear cache in silent mode

    I just was making some performance tests with some batches going one by one, that was returning only times of durations. At start of every batch I called statements for cold start, so - in result - it added doubled DBCC execution completed. If DBCC p...
    SQL Server Tips
    Adam Tokarski  Posted on Apr 25 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]