Forum Replies Created

Viewing 15 posts - 13,411 through 13,425 (of 39,818 total)

  • RE: Are the posted questions getting worse?

    GilaMonster (7/18/2012)


    The first one as well as the second please? It has some deep stuff in, I promise,

    Already added that one 😉

  • RE: Are the posted questions getting worse?

    WayneS (7/18/2012)


    Gianluca Sartori (7/18/2012)


    SQLRNNR (7/17/2012)


    Congrats to Gail and Grant on the new book coming out in November.

    http://www.apress.com/9781430247708

    Here's another one coming out in August (by a couple of other threadizens).

    http://www.amazon.com/Server-2012-T-SQL-Recipes-Problem-Solution/dp/1430242000

    Yeah! Congrats...

  • RE: Geeky Books

    I read the Foundation series, or most of them, years ago. I know a few were added, and its' on my list to re-read.

  • RE: Fantasy football 2012

    OK, yahoo password finally reset and account activated. I'm in

  • RE: Geeky Books

    abatej (7/18/2012)


    I can't believe no one has mentioned Asimov yet!

    Foundation?

  • RE: Geeky Books

    jasona.work (7/18/2012)


    Just a couple weeks ago I finished a somewhat geeky book, "Red Shirts" by John Scalzi.

    Read that on the plane coming back from London. Laughed to myself quite a...

  • RE: Geeky Books

    Doctor Who 2 (7/18/2012)


    I'm really pressed for time this morning so can't fully answer your question, Steve (sorry).

    One geeky book I've read this summer, and thoroughly enjoyed it, was "Zero...

  • RE: Geeky Books

    Sigerson (7/18/2012)


    'Cryptonomicon' is very good, but if we're on Neal Stephenson, don't forget his 'System of the World' trilogy,

    Will add to my list.

    But, yeah, reading keeps me sane with all...

  • RE: Fantasy football 2012

    Nice avatar 🙂

    Up to Dan. If there's space, he has to add you to the list. PM him.

  • RE: Geeky Books

    fuller.artful (7/18/2012)


    Cryptonomicon - World War II seen as a war between four mathematicians, who all attended school together. In part, it addresses a core question of information theory: given that...

  • RE: Geeky Books

    GilaMonster (7/18/2012)[hr

    Would you be interested if I started tweeting books finished like Paul does?

    Yes

  • RE: Are the posted questions getting worse?

    Lynn Pettis (7/17/2012)


    I've yet to see Welsh offer anything significant, though I don't read every thread anymore.

    Mostly requests for assistance, but I have tried to engage him where I think...

  • RE: Are the posted questions getting worse?

    GilaMonster (7/17/2012)


    Steve Jones - SSC Editor (7/17/2012)


    Lynn Pettis (7/17/2012)


    Okay, Brad is Hannible, you are Murdock, and Steve is Face. Who is B A Barrackus?

    Gail? When she's got the three...

  • RE: Optional Parameters in Stored Procedures

    You use NULL, as Scott mentioned.

    create PROCEDURE [dbo].[spUpdateTableA]

    @TableAPK int, --only required parameter

    @ColumnA nvarchar(50) = NULL,

    @ColumnB int = -1

    as

    begin

    SET NOCOUNT ON

    SET XACT_ABORT ON

    declare @ErrorMessage nvarchar(4000);

    begin try

    --Start the transaction

    begin transaction

    update TableA

    set ColumnA...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (7/17/2012)


    Okay, Brad is Hannible, you are Murdock, and Steve is Face. Who is B A Barrackus?

    Gail? When she's got the three of us in the dojo?

Viewing 15 posts - 13,411 through 13,425 (of 39,818 total)