Forum Replies Created

Viewing 15 posts - 6,931 through 6,945 (of 8,753 total)

  • RE: Are the posted questions getting worse?

    Alvin Ramard (9/25/2014)


    Eirikur Eiriksson (9/25/2014)


    Alvin Ramard (9/25/2014)


    Eirikur Eiriksson (9/25/2014)


    SQLRNNR (9/25/2014)


    Lynn Pettis (9/25/2014)


    Sean Lange (9/25/2014)


    Between the spammers and crussell commenting on every single QOTD from the last 8 years there is...

  • RE: Are the posted questions getting worse?

    Sean Lange (9/25/2014)


    SQLRNNR (9/25/2014)


    Alvin Ramard (9/25/2014)





    Question: Explain what DBCC TimeWarp is. 😀

    I have used that question during an interview. It is a fun one.

    That is hilarious!!! Hopefully the...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (9/25/2014)


    Eirikur Eiriksson (9/25/2014)


    Have you ever seen a resume which states SSC points on it?

    😎

    What? You haven't?

    Should have been, have you ever written/submitted a... ~~~~\o/~~~/\~~

    😎

  • RE: Parameters may improve SQL Backup Performance in SQL Server 2008

    Thanks Sourav for the question, must admit it did raise few questions though, cannot consider these to be the lowest hanging fruits in the forest.

    😎

  • RE: Are the posted questions getting worse?

    Alvin Ramard (9/25/2014)


    Eirikur Eiriksson (9/25/2014)


    SQLRNNR (9/25/2014)


    Lynn Pettis (9/25/2014)


    Sean Lange (9/25/2014)


    Between the spammers and crussell commenting on every single QOTD from the last 8 years there is next to nothing going...

  • RE: Are the posted questions getting worse?

    SQLRNNR (9/25/2014)


    Lynn Pettis (9/25/2014)


    Sean Lange (9/25/2014)


    Between the spammers and crussell commenting on every single QOTD from the last 8 years there is next to nothing going on around here lately....

  • RE: Are the posted questions getting worse?

    Sean Lange (9/25/2014)


    Between the spammers and crussell commenting on every single QOTD from the last 8 years

    is there a difference?

    there is next to nothing going on around here lately.

    Share...

  • RE: Website defect: Wrong post quoted when a post has been made since last page update.

    Gary Varga (9/25/2014)


    Eirikur Eiriksson (9/25/2014)


    My 2Cents and a workable workaround, always preview! Had few embarrassments in the past:blush:

    😎

    ...or read what you are quoting!!!

    Too much of an effort:-D

    😎

  • RE: JOIN

    sharonsql2013 (9/25/2014)


    Can I use a temp table instead of @DelimitedSplit8K?

    Not really, you can load the results from the DelimitedSplit8K function into a temp table, can be beneficial, especially if you...

  • RE: Website defect: Wrong post quoted when a post has been made since last page update.

    My 2Cents and a workable workaround, always preview! Had few embarrassments in the past:blush:

    😎

  • RE: SORT cost in union query

    Quick question if StorePurchaseDate is not null is the OnlinePurchaseDate null and vice versa? Or do you have an OnlinePurchase flag?

    😎

  • RE: JOIN

    Quick solution, not perfect but it works most of the time

    😎

    SELECT

    P.Name_Section

    ,T.Name_Section AS Matched_row

    FROM @T T

    OUTER APPLY @P P

    WHERE CHARINDEX(';' + P.Name_Section,';' + T.Name_Section +...

  • RE: Random values

    Just being a "little" pedantic and of course way off topic, for ad hoc sequence generation, sys.syscolumns is not the best choice, consider these three queries

    😎

    /* Query one, relative cost...

  • RE: information about modification of sql object

    Quick thought, although source control systems are fine and in fact should always be in place, they are not holistic/comprehensive change management/monitoring/control systems. For those purposes they rely on...

  • RE: Random values

    TomThomson (9/25/2014)


    Good question, but two small flaws:

    1: the explanation is misleading. It says "The RAND function only produces one value for all calls in a specific connection with a...

Viewing 15 posts - 6,931 through 6,945 (of 8,753 total)