Forum Replies Created

Viewing 15 posts - 2,431 through 2,445 (of 49,571 total)

  • RE: Partition tables with 1 filegroup

    There's unlikely to be a performance gain from partition whether you put the partitions to one filegroup or to multiple. Partitioning is not a performance feature, it's for data management,...

  • RE: Adding Leading Zeros to Integer datatype

    No, because leading zeros are meaningless on numeric data. If you have something that should have leading zeros, it should be stored as a string, because it's not numeric data.

  • RE: sql server 2016 certification

    MOC courses aren't books. They're in-person training courses offered by official trainers, often working for the large training providers.

  • RE: Are the posted questions getting worse?

    Gazareth (9/9/2016)


    What I've learnt from that thread:

    1. Gail's desktop is faster than mine.

    Considering how much money I've thrown at that...

  • RE: Rewriting the code using merge statement

    Any particular reason? Merge is a pain to write, no more efficient than separate statements in most cases, and has been found to have assorted bugs in it over the...

  • RE: Finding long running query and killing it

    What I'd suggest is, instead of killing sessions, and instead of using the Query Govenor (users aren't going to voluntarily set that, and server-wide means *everything* gets it), is to...

  • RE: Differences between sql server 2008 and 2008 R2

    Please note: 6 year old thread

    Chandan.mssqldba (9/9/2016)


    SQL Server 2008 R2 is the latest release of Microsoft SQL Server.

    That was true 6 years ago, not now.

    If you're going to copy-paste...

  • RE: The Differences Between SQL Server 2000 and 2005

    Please note: 9 year old thread.

    15. Dates and Times. New data types: Date, Time, Date Time Offset.

    16. File Stream. New data type VarBinary(Max) FileStream for managing binary data.

    17. Table Value...

  • RE: Is Division by Zero NULL?

    Scalar UDF vs built-in function on 100 million rows.

    Disclaimer, I had to run this on a different machine to the 1 million row test. 1 million was done on a...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (9/9/2016)


    BrainDonor (9/9/2016)


    I've been following that thread since it started - fascinating. I'll give him full marks for determination ("Tis but a scratch" type of determination), but I'm so...

  • RE: Sql Server error log growing out of control

    Call Microsoft Customer Support and open a case. Stack dumps are hard to debug, CSS has tools that we don't. Make sure you're on the latest SP & CU first.

  • RE: Are the posted questions getting worse?

    The Dixie Flatline (9/8/2016)


    If any of you carnivores haven't tried "lacquered" bacon, you're missing a treat!

    Edited to add:

    You can't divide by zero...

    You can't divide by zero...

    You can't divide by zero...

    You...

  • RE: Is Division by Zero NULL?

    The Dixie Flatline (9/8/2016)


    And, ... PLEASE, PLEASE post a valid usage if you're aware of one in REAL business data management.

    Averages, percentiles, counts of non-responses.

    A scientific model that I've...

  • RE: Is Division by Zero NULL?

    Gregory Hart (9/8/2016)


    Not all UDF are bad, ... if correctly written, they can be tremendous for establishing and persisting in standards and also in code control when modifications occur to...

  • RE: Is Division by Zero NULL?

    Gregory Hart (9/8/2016)


    Such use of a UDF is ideal, and will respond at least as efficiently as a standard SQL function. Check it out, ... do a query execution plan...

Viewing 15 posts - 2,431 through 2,445 (of 49,571 total)