Forum Replies Created

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

  • RE: Database Mail, Part 2 - SQL School Video

    Ah... works in IE but not FF (that's pretty weak though..)

  • RE: Database Mail, Part 2 - SQL School Video

    Where's the video? I press play, but get a message that it can't find it... 🙁

  • RE: Calculating Age

    You've identified one (of the two) most common ways to calculate age. The other one being the "I'm one year older if my birthday is today or was earlier this...

  • RE: Rows to Columns

    This is the closest I can get. You can extend the list of IDs without corresponding countries.

    (ps: indentation seems to be lost during posting *sigh*)

    declare @country table (

    id int,

    country varchar(15)

    )

    insert...

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