Forum Replies Created

Viewing 15 posts - 586 through 600 (of 842 total)

  • RE: Illegal CTEs

    pmadhavapeddi22 (4/21/2015)


    Ed Wagner (4/21/2015)


    Good question. Not knowing the answer off the top of my head, it was more a process of elimination than anything. Thanks.

    +1

    +1

  • RE: ISNULL vs COALESCE

    COALESCE is attractive because (a) it is standard and (b) it has a neater syntax than ISNULL

    Both are reasons I started to try and use this in my code, until...

  • RE: ISNULL vs COALESCE

    ronmoses (4/17/2015)


    I'm not sure it's accurate to say "all need to be of the same data type." I believe all need to be able to be implicitly converted to the...

  • RE: Attempting to replace not in with left outer join

    jackimo (4/15/2015)


    Query tuning really isn't my forte, but the interesting thing is that I can break this query down into 3 steps (1 first small select, 2nd larger select and...

  • RE: Byte Me: Feeling The Squeeze

    pmcpherson (4/15/2015)


    My favorite part of today's strip about compression is the "TILT!" on the screen. I wonder if the under 30 crowd gets it as a pinball reference. ...

  • RE: Find Stored Procedures and Functions That Reference Certain Tables

    Here is some code I borrowed from someone, it searches across all databases on the server.

    DECLARE @sql VARCHAR(8000)

    DECLARE @SearchText NVARCHAR(255)

    SET @SearchText = 'table_name_here'

    DECLARE @Results TABLE

    (

    [SERVERNAME] VARCHAR(255),

    [DBName] VARCHAR(255),

    [NAME]...

  • RE: Update / Insert statement

    Sean Lange (4/7/2015)


    below86 (4/7/2015)


    Sean Lange (4/6/2015)


    Why do you need to use dynamic code here? I see that you have a list of values in your variable but if those were...

  • RE: Update / Insert statement

    Sean Lange (4/6/2015)


    Why do you need to use dynamic code here? I see that you have a list of values in your variable but if those were broken out you...

  • RE: First Episodes

    Gary Varga (3/31/2015)


    below86 (3/31/2015)


    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

    Maybe it's time for an Aliens remake?

    Good spot...but no. Still eminently watchable. (Only considering Alien and Aliens - particularly...

  • RE: First Episodes

    Gary Varga (3/31/2015)


    below86 (3/31/2015)


    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

    Maybe it's time for an Aliens remake?

    Good spot...but no. Still eminently watchable. (Only considering Alien and Aliens - particularly...

  • RE: First Episodes

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

    Maybe it's time for an Aliens remake?

  • RE: First Episodes

    Over this past weekend I had free Starz channels and the movie Meatballs was on. I was about to set my DVR to record it when I remembered this...

  • RE: First Episodes

    Gary Varga (3/23/2015)


    They don't make them like they used to. In a lot of cases...good!!!

    But not all, I watched the movie 'About Last Night' from the 80's with Rob Lowe...

  • RE: First Episodes

    Eric M Russell (3/23/2015)


    below86 (3/23/2015)


    Eric M Russell (3/23/2015)


    No has even attempted a reboot of B. J. and the Bear.

    I loved that show.

    I ran into this same issue with...

  • RE: First Episodes

    Eric M Russell (3/23/2015)


    No has even attempted a reboot of B. J. and the Bear.

    I loved that show.

    I ran into this same issue with a couple movies. ...

Viewing 15 posts - 586 through 600 (of 842 total)