Forum Replies Created

Viewing 15 posts - 6,466 through 6,480 (of 9,707 total)

  • RE: extended stored procedure install

    You're welcome. Let me know if you need anything else.

  • RE: Table Backup

    Actually, you can back up a single table. But there are caveats.

    1) The table has to have a clustered index

    2) The table has to be on its own file &...

  • RE: extended stored procedure install

    I would follow the instructions. The .dll file is apparently important. Copy it over to the BINN directory before running the XP script. Then run the XP script.

    Or did your...

  • RE: Today's Random Word!

    Ray K (2/15/2011)


    John Rowan (2/14/2011)


    Bahamas (Thursday)

    Jealous!

    Jelly

  • RE: Published Again!

    FYI: Apparently, there have been some problems in the Kindle store for searching Career Guide. According to my publisher, the issue is now resolved.

    For those who are wondering, here's...

  • RE: Today's Random Word!

    Daniel Bowlin (2/14/2011)


    Brandie Tarvin (2/14/2011)


    New WOTD:

    crummy

    Interesting new icon/avatar Brandie, is there a good story behind the change?

    It's a book cover! @=)

    I recently had two short stories published in two anthologies....

  • RE: Are the posted questions getting worse?

    Grant Fritchey (2/14/2011)


    Roy Ernest (2/14/2011)


    GilaMonster (2/14/2011)


    Craig Farrell (2/14/2011)


    GilaMonster (2/14/2011)


    $#%$$#%#@#!!!!!!!

    Another promising looking contract cancelled due to lack of @#$$#@$%$ budget!

    I'm almost at the point of walking away and going to...

  • 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,...

Viewing 15 posts - 6,466 through 6,480 (of 9,707 total)