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
  • 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
  • 10
    Liked
    10
    Learned
    4
    Comments

    _WA_ Statistics

    As we know, automatically created statistics, as can be see with SELECT * FROM sys.Stats WHERE object_id LIKE OBJECT_ID('MyTable') (only change 'MyTable' for something else), has name starting with _WA_Sy_. Were you ever curious what wa...
    SQL Server Tips
    Adam Tokarski  Posted on Apr 16 2012 12:00AM
  • 11
    Liked
    9
    Learned
    6
    Comments

    Identify Trigger dependencies

    I stumbled across a scenario where I had to find all the triggers associated with few tables. Found the below queries and felt that they are worth sharing. I am listing the helpful sql queries! To get a list of all the triggers in the database sel...
    SQL Server Tips
    vanne040  Posted on Apr 16 2012 12:00AM
  • 8
    Liked
    3
    Learned
    1
    Comments

    Start, stop and close a server side trace

    Today, while doing query or performance analysis, I wanted to start a profiler trace on the sql server in question. But since profiler generates network traffic I was looking for another approach. I learned that we can start the trace using system store...
    SQL Server Tips
    vanne040  Posted on Apr 14 2012 12:00AM
  • 17
    Liked
    11
    Learned
    4
    Comments

    Many, many, many GO

    I saw today, in someones code, something like this: GO 100 At first, I thought that was some typing mistake, but then I found that GO has not only function of ending batch, but also it can execute that batch many times, as specified in: GO [c...
    SQL Server Tips
    Adam Tokarski  Posted on Apr 13 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]