Forum Replies Created

Viewing 15 posts - 6,481 through 6,495 (of 9,715 total)

  • RE: Random Recipes

    Dump Cake -

    Frozen fruit (any kind)

    1 box yellow cake mix (I haven't experimented with other flavors yet)

    1 Sprite Zero

    Preheat oven to 350 degrees F.

    Spray cake pan with non-stick cooking spray....

  • RE: Are the posted questions getting worse?

    Ditto, Gail. Very sorry to hear that. I wish I could help you out, but the only positions I know of are in the States.

  • RE: Are the posted questions getting worse?

    GSquared (2/14/2011)


    Tom.Thomson (2/11/2011)


    Grant Fritchey (2/11/2011)


    Lordy, that's still going on?

    Yes, and now as a result of nadabadan's reply to Brandie our favourite Saint is feeding the troll. Will this wear him...

  • RE: Are the posted questions getting worse?

    WayneS (2/14/2011)


    Brandie Tarvin (2/14/2011)


    WayneS (2/13/2011)


    Stefan Krzywicki (2/9/2011)


    An interview isn't just the employer deciding on an employee. The employee is also judging the employer. I think many people fail to realize...

  • RE: Fun(?) with DATETIME2

    Jamie Longstreet-481950 (1/25/2011)


    What happens when:

    Declare @dt datetime2

    SET @dt='1752-09-09'

    DECLARE @dt2 datetime

    DECLARE @dt3 varbinary

    SET @dt3=CONVERT(VARBINARY,@dt)

    SELECT @dt3

    SELECT cast(CAST(@dt3 AS NVARCHAR) AS varbinary)

    SELECT CONVERT(DATETIME2,cast(CAST(@dt3 AS NVARCHAR) AS varbinary))

    SET @dt2=@dt

    SELECT @dt

    The conversion of a datetime2...

  • RE: Text file data to be distributed into 3 SQL Tables - how?

    Brandie Tarvin (2/8/2011)


    Okay, I appear to be missing context for your data. I get that it appears to be machine parts, but I don't understand where "Side" comes into play...

  • RE: Today's Random Word!

    New WOTD:

    crummy

  • RE: Performance Best Practices

    Aristides Rapozo (2/12/2011)


    I would recommend to use stored procedures, they can be modified without modifying the code

    I'm assuming by code, you're referring to client-based code ala VB.Net or something?

    Because,...

  • RE: Are the posted questions getting worse?

    george sibbald (2/12/2011)


    re the nadabadan thread - I think you are all overthinking this, if it looks like a troll, smells like a troll and acts like a troll -...

  • RE: Are the posted questions getting worse?

    WayneS (2/13/2011)


    Stefan Krzywicki (2/9/2011)


    An interview isn't just the employer deciding on an employee. The employee is also judging the employer. I think many people fail to realize this even during...

  • RE: Are the posted questions getting worse?

    WayneS (2/13/2011)


    Brandie Tarvin (2/10/2011)


    It actually got down to 45 degrees F the other day. Oh, my! We had to wear coats!

    I thought you Floridians broke out the coats when...

  • RE: Today's Random Word!

    crookj (2/11/2011)


    WOTD - Melting

    Pot

  • RE: Are the posted questions getting worse?

    GilaMonster (2/11/2011)


    The Dixie Flatline (2/11/2011)


    QA is where some developers send their code to see if it works correctly or not.

    Oh, you mean production. Cool, now I'm clear... :sick:

    ROTFLOL

  • RE: Are the posted questions getting worse?

    Greg Edwards-268690 (2/11/2011)


    Grant Fritchey (2/11/2011)


    I don't mind pointing out that Red Gate has a tool that can help with this. It's called SQL Storage Compress.

    And before you guys start throwing...

  • RE: Are the posted questions getting worse?

    Given how many times I've seen that idea on the forums, and other places, I think it's time to add a variation of it to my interview questions list. If...

Viewing 15 posts - 6,481 through 6,495 (of 9,715 total)