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


  • 7
    Liked
    4
    Learned
    10
    Comments

    Sql server neglects trailing spaces

    create table #temp ( a varchar(10) ) insert into #temp values(' a ') select COUNT(*) from #temp where a=' a' select COUNT(*) from #temp where a='a' first query will return 1 2nd will return 0 as sql ser...
    SQL Server Tips
    satyajit  Posted on Jul 13 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
  • 12
    Liked
    8
    Learned
    4
    Comments

    Easy tool to compare schema and data of 2 Tables

    A Tool **TableDiff** is very useful to compare the schema of tables and data of different SQL instances. A Tool can do the things as below: 1. A row by row comparison between a source table in an instance of Microsoft SQL Server acting as a replicatio...
    SQL Server Tips
    Alpesh Patel  Posted on Jul 6 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]