Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: The CLR

    CLR?

    I have seen some performance advantages when used in scalar functions. CLR can be used when there is no corresponding T-SQL functionality like splitting a string by a delimiter.

    Most people...

  • RE: Best Way to Calculate Age

    Second query gives more correct answers. It also calculates incorrect result 1-15 days after today depending on the age.

    For instance a person who was born on "19720315" gets incorrect answer...

  • RE: Away From SQL

    Motorcycle, photography, scuba, ski and basketball.

    But my favorite is playing with my 5 years old son. Also watching Sponge Bob with him.

  • RE: Poll #3

    Hi,

    Have you watched "Office Space"?

    Cenk

  • RE: Dynamically populating table name in SPROC?

    Hi,

    1) If you send archive date as a parameter and store archive date in some table you can solve this by if statements:

    IF @QueryDate > @ArchiveDate

      Select * from orders

    else

     ...

Viewing 5 posts - 1 through 5 (of 5 total)