Getting Started with Adobe After Effects - Part 6: Motion Blur
First Time? You can support us by signing up. It takes only 5 seconds. Click here to sign up. If you already have an account, click here to login.

Friends

My Badges

Request Friendship



Upload Image

My Sections

Manoj
245 · 1% · 183

Manoj's Home

My name is Manoj. I live in Hyderabad, AP, India. I work as Dev Lead at Microsoft. I blog at .
  • The Art of FILESTREAM

    Manoj Liked 6 Months ago through Books
    This books tries to explain the new FILESTREAM feature introduced in SQL Server 2008 from basic to advanced levels through a number of simple examples and walk-through labs...
    Jacob Sebastian
    1 · 100% · 32002
  • Question of the month November 2012 - Why is ORDER BY NEWID() not returning all values for Rowset concatenation?

    Manoj Commented 6 Months ago through Blogs
    To answer your question: **Q1: Why is newid() not returning all the items in random order for concatenation and why does it choose only one randow item?** Using expressions in ORDER BY clause can result in undefined behavior, agree with @Olga. ...
    Madhivanan JR
    3 · 39% · 12419
  • #0201-SQL Server-UPDATE statement-use .WRITE for partial updates

    Manoj Commented 7 Months ago through Blogs
    Recalling my older post: [http://sqlwithmanoj.wordpress.com/2011/10/04/update-statement-with-new-write-clause/][1] [1]: http://sqlwithmanoj.wordpress.com/2011/10/04/update-statement-with-new-write-clause/...
    Nakul Vachhrajani
    4 · 33% · 10564
  • @@MicrosoftVersion function - another method to know version

    Manoj Commented 7 Months ago through Blogs
    If you do an AND between @@microsoftversion & 0xFFFF, you will get the release number for the specific Version. Check this: select @@microsoftversion & 0xFFFF as ReleaseNumber...
    Madhivanan JR
    3 · 39% · 12419
  • Export table data in XML format

    Manoj incorrect 8 Months ago through Blogs
    ...
    Madhivanan JR
    3 · 39% · 12419
  • Export table data in XML format

    Manoj Commented 8 Months ago through Blogs
    I don't think you need to do all this when you have lot of options for processing XML data. Check this blog post: [http://sqlwithmanoj.wordpress.com/2011/10/20/save-xml-in-a-file-read-xml-from-a-file/][1] Here I've shown how you can save XML to a ...
    Madhivanan JR
    3 · 39% · 12419
  • Question of the month July 2012 - How does COALESCE(null,null+1,null) work?

    Manoj Commented 10 Months ago through Blogs
    select COALESCE(NULL * 3, '') is giving 0 because, when you multiple NULL with 3 the result will be NULL, but it implicitly converts the NULL value to INT datatype. And because first param is NULL, so second param value cast'ed by INT is returned, wh...
    Madhivanan JR
    3 · 39% · 12419
  • Question of the month July 2012 - How does COALESCE(null,null+1,null) work?

    Manoj Commented 10 Months ago through Blogs
    When I execute this query in 2008 R2 it get following msg: **At least one of the arguments to COALESCE must be a typed NULL.** And in 2012 I get: **At least one of the arguments to COALESCE must be an expression that is not the NULL constant.** Th...
    Madhivanan JR
    3 · 39% · 12419
Previous 1 | 2 | 3 | 4 Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.