Forum Replies Created

Viewing 15 posts - 15,316 through 15,330 (of 22,211 total)

  • RE: @@Servername

    sudhakara (4/28/2010)


    Grant Fritchey (4/26/2010)


    Can you get the information running this query?

    SELECT CONVERT(sysname, SERVERPROPERTY('servername'));

    If not, you may have an issue with the server, it's configuration, your connections... not sure.

    Yes. That select...

  • RE: Are the posted questions getting worse?

    Roy Ernest (4/27/2010)


    Grant Fritchey (4/27/2010)


    Roy Ernest (4/27/2010)


    Grant Fritchey (4/27/2010)


    The Dixie Flatline (4/27/2010)


    What do you think I have 15 acres of woods for?

    Woods are good. They provide fuel for...

  • RE: Tempdb GROWS

    And you need to identify queries that using a lot of I/O to see what they're doing. You can track down the causes and address them.

  • RE: Are the posted questions getting worse?

    Roy Ernest (4/27/2010)


    Grant Fritchey (4/27/2010)


    The Dixie Flatline (4/27/2010)


    What do you think I have 15 acres of woods for?

    Woods are good. They provide fuel for fire and draw game...

  • RE: Are the posted questions getting worse?

    The Dixie Flatline (4/27/2010)


    What do you think I have 15 acres of woods for?

    Woods are good. They provide fuel for fire and draw game to your vicinity. ...

  • RE: Are the posted questions getting worse?

    Adam Machanic (4/27/2010)


    Lynn Pettis (4/27/2010)


    Not only do you see a lot of homework/test questions here on SSC, but I have seen quite a few of freelance jobs advertised on freelancerer.com...

  • RE: Trying to use variables in aview

    itskumar2004 (4/27/2010)


    Grant Fritchey (4/26/2010)


    I'm still confused by why you need to dynamically create views for use with your data. It's an odd approach, so I don't get what business need...

  • RE: Just a doubt

    Brandie Tarvin (4/27/2010)


    I know a SAN admin who holds on to information like a Scottish miser holds on to money. Anytime he's asked a question about setup, his first response...

  • RE: Just a doubt

    Brandie Tarvin (4/27/2010)


    Ahh. For some reason all the SANs I've come across use multiple disk controllers. I've never heard of one with only one controller, unless the SAN used logical...

  • RE: Just a doubt

    Brandie Tarvin (4/27/2010)


    Grant Fritchey (4/27/2010)


    Brandie Tarvin (4/27/2010)


    If you have multiple physical drives, you might consider having a file on each separate drive to help with I/O. It might speed up...

  • RE: Just a doubt

    Brandie Tarvin (4/27/2010)


    If you have multiple physical drives, you might consider having a file on each separate drive to help with I/O. It might speed up processing a bit. But...

  • RE: Drop and recreate vs alter stored procedure

    If you're keeping your database code in source control (which, if you're not, you should), you either need to use the drop/create or you have to maintain two sets of...

  • RE: Basic question about the order of query execution

    And when you're unsure of what the optimizer will do with a query, take a look at the execution plan. That'll give you the information you need.

  • RE: Are the posted questions getting worse?

    Paul White NZ (4/27/2010)


    Grant Fritchey (4/27/2010)


    That's not even in the top 10. It's almost, almost, straight forward compared to some of the insanity I've seen at my company. No temp...

  • RE: Advice on creating a back up plan

    Everyone does it differently, so there's no hard and fast rule. Plus, it's really dependent on your business needs.

    These are some general guidelines, but you'll need to customize them.

    Run DBCC...

Viewing 15 posts - 15,316 through 15,330 (of 22,211 total)