Forum Replies Created

Viewing 7 posts - 1 through 8 (of 8 total)

  • RE: SSIS package for Normalized tables

    A the product lookup component you can pass through error rows (no product found) to a product destination table to create the product -> to a product lookup to get...

    Hiren Shah

    :kiss:KISS (Keep It Simple Stupid) :kiss:

  • RE: Aggregation in SQL Server 2008

    This is a nice feature introduced in SQL2008.

    Hiren Shah

    :kiss:KISS (Keep It Simple Stupid) :kiss:

  • RE: Cast as datetime question

    Here is how i got it!!!

    select dateadd("d",'435365'-1250, cast (0 as datetime))

    Hiren

    Hiren Shah

    :kiss:KISS (Keep It Simple Stupid) :kiss:

  • RE: T-SQL

    Thought about answering True, because for me (in the UK) they will return the same value, but figured that the author was probably in the US so the answer was...

    Hiren Shah

    :kiss:KISS (Keep It Simple Stupid) :kiss:

  • RE: T-SQL

    I thought the most active Forum Creators must have tested before putting it in the Question of the Day Section.

    The Answer should be false. For those who reside in...

    Hiren Shah

    :kiss:KISS (Keep It Simple Stupid) :kiss:

  • RE: Preventing usage of "SELECT *..."

    Completely agree to Kit!

    Hiren Shah

    :kiss:KISS (Keep It Simple Stupid) :kiss:

  • RE: Preventing usage of "SELECT *..."

    Its always better to educate others with its pros and cons. Select * is advisable in certain scenarios but also harmful in some scenarios.

    Good post although but practically not advisable!!!

    Hiren Shah

    :kiss:KISS (Keep It Simple Stupid) :kiss:

Viewing 7 posts - 1 through 8 (of 8 total)