Forum Replies Created

Viewing 15 posts - 27,646 through 27,660 (of 39,803 total)

  • RE: TOP and TABLESAMPLE

    OK, this is more my fault than Kevin's.

    To start, "is" changed to "are" and "select all that apply" added. I should have done that.

    The engine is built to show...

  • RE: Stored Procedures Reconsidered

    Scott,

    Thanks for the editorial and it's provoked an interesting debate.

    I wasn't sure what people would say, and I don't completely disagree with Scott's arguments, but I don't think they're great....

  • RE: The July Car Update (2008)

    "Enjoy driving", OK to be fair it's not enjoyable. It's like a bus around here moving kids, but it's not really any different than a lot of cars. The 911,...

  • RE: Bug inside my Shrink DB script

    Closing the thread on this one. I don't see anyone being rude except the OP and no racism.

  • RE: The July Car Update (2008)

    I found this: http://heyna.wordpress.com/2008/06/12/my-prius-battery/

    Also, on Prius Chat I saw that depending on the generation of the car (1-3) it seems to be as low as $2500, as high as $5k....

  • RE: Substring gives error

    You need to break out each part of the substring (len, charindex, etc) and see what values they are returning. That will help you find the error.

  • RE: Controlling log file growth without limiting size

    As mentioned above, DO NOT SHRINK the database or log file. It's unnecessary.

    You should allocate space in the data file to handle growth for the next few months, and then...

  • RE: The July Car Update (2008)

    We're tough and loud, not necessarily smart 😉

    Hard to get us to move away from those gallons, feet, pounds. Not sure if it will ever happen.

  • RE: CASE SENSITIVITY IN SQL SERVER 2005

    You can also collate tables and columns separately from the database.

  • RE: Question

    It's an extremely general question. What about disaster recovery are you worried about?

    You need to think about what is bothering you and what you've planned for and then ask specific...

  • RE: Log detail error message when Block or Deadlock happens in SQL Server 2005

    Blocks will occur constantly. Someone updating a row will block someone trying to read the row briefly. I'm not sure you want to capture blocks.

    for deadlocks, setup a trace specifically...

  • RE: The More Things Change ...

    I think most of the dot com bust was poorly built companies, ideas, and business plans. It was a lot of "if we build it, they will come".

    Outsourcing seemed to...

  • RE: The July Car Update (2008)

    In the winters in Denver, we have 10-15% ethanol at all pumps. Supposed to reduce smog, which is a problem here as well.

    I like the idea of telecommuting more and...

  • RE: NT Administrator vs SQL DBA

    It's definitely a headache, but mount points, mapping drives back to specific folders helps.

    Getting access to the server isn't necessary. There should be a group that you setup, or the...

  • RE: The July Car Update (2008)

    Sugar has done well in Brazil, though they are cutting down forests to grow it. I think it's better than corn as well.

    Hard to know with Ethanol if it's good....

Viewing 15 posts - 27,646 through 27,660 (of 39,803 total)