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
  • 13
    Liked
    12
    Learned
    1
    Comments

    sysname does not allow null by default

    sysname is a special datatype and by default it does not allow NULL, you need to explicitly add NULL in table definition to allow null. sysname is defined as nvarchar(128) not null Below code will give error declare @t1 table ( c1 int, c2 sy...
    SQL Server Tips
    Chintak Chhapia  Posted on May 14 2012 12:00AM
  • 13
    Liked
    10
    Learned

    SSMS - Right align numeric values

    Just learned from Pinal's blog about right align the numeric value in output pane of SSMS. Go to Tools -> Options -> Query Results -> Results to Text, Check the checkbox, "Right align numeric values" Once this setting has been done, when the query is...
    SQL Server Tips
    Ramireddy  Posted on Mar 27 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]