Forum Replies Created

Viewing 15 posts - 2,851 through 2,865 (of 7,484 total)

  • RE: Today's Random Word!

    BWFC (11/28/2013)


    Playwright

    Udall

  • RE: Thanksgiving 2013

    Happy thanksgiving everyone.

    I knew it was a "humour" question, so didn't read it properly at first -- didn't look at the code) so didn't notice the dateadd....

  • RE: Minimum Number of VLFs

    Stewart "Arturius" Campbell (11/27/2013)


    Interesting one, thanks Mike

    Had to research, even found Kimberly Tripp's blogs on this topic (8 Steps to better Transaction Log throughput

    [/url] and Transaction Log VLFs – too...

  • RE: Why doesn’t ISNUMERIC work correctly? (SQL Spackle)

    In SQL 2012 the fractions are between 0 and 9 in Latin1_General_CI_AS but not in SQL_Latin1_General_CP1_CI_AS. It's the same in SQL 2008 R2, and unless my memory is broken...

  • RE: Minimum Number of VLFs

    Good question. I learnt something.

    I picked 4, which was wrong, because I have neve seen fewer than 4. I guess I've never worked with a database that started...

  • RE: Difference between two dates ignoring the year

    ScottPletcher (11/26/2013)


    Luis Cazares (11/26/2013)


    Here are 2 options to perform your calculation:

    SELECT ABS(DATEPART( dayofyear, CutoffDate) - DATEPART( dayofyear, GETDATE())),

    ABS(DATEDIFF( day, DATEADD( year, DATEDIFF( year, CutOffDate, GETDATE()), CutOffDate), GETDATE()))

    FROM #Temp

    I don't think...

  • RE: Need a 2nd opinion on a query

    Luis Cazares (11/26/2013)


    He's trying to count the events with Recordtype = 'promo' that have a corresponding event with Recordtype = 'event'. I don't know why, that's up to your needs.

    The...

  • RE: SQL Server Database Administrator next Position or Role

    Any or all of those things (except just stay a DBA for ever). I don't believe in specialising too much. Once a DBA has become a capable generalist...

  • RE: SQL Server Knockoffs?

    David.Poole (10/31/2013)


    Coming back to this after 4 years the observations I would make is that the world has taken a different path.

    People needed a low cost alternative to Oracle, SQL...

  • RE: EAV design or Normalized

    Presumably each of these things turns up more than once, otherwise there are 300+columns in a table which only has one row. But you haven't yet defined what...

  • RE: Today's Random Word!

    Ed Wagner (11/26/2013)


    opc.three (11/26/2013)


    Ed Wagner (11/26/2013)


    Time

    Table

    Tally

    Stick

  • RE: SOUNDEX

    Rune Bivrin (11/26/2013)


    If SOUNDEX() as implemented in SQL Server was remotely useful outside of English-speaking countries I might care one way or the other. As it stands it's one of...

  • RE: SOUNDEX

    Good question, and nice explanation.

    Too many people still fall for the claims that Soundex is a phonetic algorithm for indexing by sound and that it's based on American English pronunciation,...

  • RE: Today's Random Word!

    Revenant (11/25/2013)


    Oh my, we have a forked distribution over here. Are we switching to Linux? :w00t:

    Maybe we're just playing at snakes. DBA speak with forked tongue and write with...

  • RE: SQL Server 2014 Configuration

    Revenant (11/25/2013)


    Hugo Kornelis (11/19/2013)


    The question did provide me with an opportunity to research. I am normally quite uninterested in these options - have not used them ever, and know that...

Viewing 15 posts - 2,851 through 2,865 (of 7,484 total)