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


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

    Top 10 Largest Databases in the World

    Just learned from focus.com's Editors article.In that they have identified Top 10 Largest Databases in the World, Here we have the list. I)The Library of Congress (LC) boasts more than 130 million items ranging from cook books to colonial newspapers ......
    SQL Server Tips
    Robert Dennyson  Posted on Jul 1 2011 11:57AM
  • 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
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]