Forum Replies Created

Viewing 15 posts - 2,326 through 2,340 (of 9,399 total)

  • RE: CREATE TABLE and Indexes

    Jeff Moden (11/3/2016)


    Stuff like this really makes me ask "what were they thinking"?

    My guess is that they were thinking about marketing, advertising and long lists of new functionality. After...

  • RE: Today's Random Word!

    Stuart Davies (11/7/2016)


    Ed Wagner (11/5/2016)


    djj (11/4/2016)


    Cubs

    Indians

    Cowboys (I know...I switched sports)

    Builders (wouldn't have noticed unless you said)

    Construction

  • RE: A Better sp_Spaceused

    So they actually did work on it and yet the space "numbers" are still varchar(18). Sigh.

  • RE: Talking baseball

    Alan.B (11/4/2016)


    We dyed the Chicago River Cubs blue.

    That's pretty cool. I'm not much of a baseball fan myself, but the fact that the Cubs won a World Series...

  • RE: SQL ServerCentral.com Calendar ... Question ... Still Valid?

    Like any off-the-shelf software, there will be parts of it you don't use. You're also going to be limited to the configurable options available. The alternative is to...

  • RE: Create a loop to pass a value from a table

    If (and this is an assumption on my part) you plan on running your history procedure for every row in AllOrders, it's likely to perform poorly as the number of...

  • RE: Today's Random Word!

    djj (11/4/2016)


    Ray K (11/4/2016)


    Manic Star (11/4/2016)


    Jeff Moden (11/4/2016)


    Hugo Kornelis (11/4/2016)


    ZZartin (11/4/2016)


    whereisSQL? (11/4/2016)


    Ed Wagner (11/4/2016)


    Jeff Moden (11/4/2016)


    Eirikur Eiriksson (11/4/2016)


    crookj (11/4/2016)


    Luis Cazares (11/4/2016)


    djj (11/4/2016)


    Ed Wagner (11/4/2016)


    Revenant (11/4/2016)


    Hugo Kornelis (11/4/2016)


    Luis Cazares (11/4/2016)


    Match

    Winner

    Medal

    Olympics

    Olympian

    Zeus

    Orion

    The Hunter

    Betelgeuse

    Telescope

    Astronomy

    Phrenology

    Phrontistery[/url]

    Reverie

    Revelry

    Cubs

    Indians

    Cowboys...

  • RE: How to add days and time for instructor schedule

    Eirikur Eiriksson (11/4/2016)


    Question, aren't you missing the classroom table? Would have thought that the solution should have classroom provisioning.

    😎

    There could be multiple buildings on campus, so the classrooms should probably...

  • RE: Make a table from exec store procedure

    Eirikur Eiriksson (11/5/2016)


    There are three ways of doing this, using the describe_first_result_set system functions or procedures, use FMTONLY (deprecated) or OPENROWSET, the last one requiring the "Ad Hoc Distributed Queries"...

  • RE: Help needed in recursive split

    TheSQLGuru (11/4/2016)


    I wonder if there isn't a simpler/more efficient solution if you can introduce a third delimiter thusly (either when the string is built or with a regex, etc):

    SET @UserGroup...

  • RE: Indexes on Views - with UNION

    ChrisM@Work (11/4/2016)


    Minnu (11/4/2016)


    Hi,

    Want to combine two select queries in to one by excluding UNION.

    Indexed views - typically these are used as a performance-enhancing trick. Are you experiencing performance issues with...

  • RE: Today's Random Word!

    Jeff Moden (11/4/2016)


    Eirikur Eiriksson (11/4/2016)


    crookj (11/4/2016)


    Luis Cazares (11/4/2016)


    djj (11/4/2016)


    Ed Wagner (11/4/2016)


    Revenant (11/4/2016)


    Hugo Kornelis (11/4/2016)


    Luis Cazares (11/4/2016)


    Match

    Winner

    Medal

    Olympics

    Olympian

    Zeus

    Orion

    The Hunter

    Betelgeuse

    Telescope

  • RE: Looking for Validation and Help: An error occurred while executing batch. Error message is: Exception of type 'System.OutOfMemoryException' was thrown.

    Yes, I've encountered that exact error using SSMS 2008 and SSMS 2012. It's normally when I try to copy large data sets from SSMS to paste elsewhere. It...

  • RE: Help needed in recursive split

    Here's another approach that just replies on DelimitedSplit8K. My gut tells me that Luis's is more efficient, but I haven't tested the different approaches against one another.

    SELECT s2.Item, s3.Item

    ...

  • RE: Splitting Records

    Eirikur Eiriksson (11/4/2016)


    Ed Wagner (11/4/2016)


    Eirikur Eiriksson (11/4/2016)


    DimitrisAgelidis (6/9/2003)


    Ok I solve it

    Thanks.

    Good on you, care to share the solution?

    😎

    From a post this old, my guess is that OP is...

Viewing 15 posts - 2,326 through 2,340 (of 9,399 total)