Forum Replies Created

Viewing 15 posts - 1,786 through 1,800 (of 1,988 total)

  • RE: SQL Server Physical Memory up to 99 % where as CPU less than 15 %

    Now when you say SQL Server is taking all the available memory do you mean it's actually using all the memory and running into performance issues? SQL Server will...

  • RE: String as primary key

    Is there a problem just letting them query the column directly?

  • RE: DBA vs. Developer Question / Issue

    Eric M Russell (2/25/2015)


    ZZartin (2/19/2015)


    Eric M Russell (2/19/2015)

    In the original post, it was stated that table contains no primary key. Regardless of what the table contains (datatypes or internal value...

  • RE: SSIS 2008 package running slow in dtexec than BIDS

    A sample size of 1 run per setting is pretty meaningless.

  • RE: Load huge amount of data Best Practises

    How wide is the table, how sparsely is the data populated, how many indexs are on the target table? Millions of rows doesn't necessarily mean a huge data size,...

  • RE: DBA vs. Developer Question / Issue

    Eric M Russell (2/19/2015)


    ZZartin (2/19/2015)


    Eric M Russell (2/19/2015)It's unclear how a table containing only Title + Author, and duplicates allowed, would be used by an application. If someone wanted to...

  • RE: DBA vs. Developer Question / Issue

    Eric M Russell (2/19/2015)


    ZZartin (2/19/2015)


    Eric M Russell (2/19/2015)


    ZZartin (2/19/2015)


    Eric M Russell (2/19/2015)


    ZZartin (2/19/2015)

    I don't disagree that most tables probably will and should but there's certainly cases where you might not...

  • RE: DBA vs. Developer Question / Issue

    Eric M Russell (2/19/2015)


    ZZartin (2/19/2015)


    Eric M Russell (2/19/2015)


    ZZartin (2/19/2015)

    I don't disagree that most tables probably will and should but there's certainly cases where you might not have a need for...

  • RE: DBA vs. Developer Question / Issue

    Eric M Russell (2/19/2015)


    ZZartin (2/19/2015)

    I don't disagree that most tables probably will and should but there's certainly cases where you might not have a need for or a possible primary...

  • RE: DBA vs. Developer Question / Issue

    Eric M Russell (2/19/2015)


    ZZartin (2/19/2015)


    Eric M Russell (2/19/2015)


    Grant Fritchey (2/19/2015)


    shane.green 1227 (2/19/2015)


    There are exceptions to every rule, so while "All tables should have at least one index" is good rule...

  • RE: DBA vs. Developer Question / Issue

    Eric M Russell (2/19/2015)


    Grant Fritchey (2/19/2015)


    shane.green 1227 (2/19/2015)


    There are exceptions to every rule, so while "All tables should have at least one index" is good rule - it doesn't mean...

  • RE: DBA vs. Developer Question / Issue

    If you think it'll improve performance, and it likely will if there's no specific reason she thinks it won't, then prove her wrong that's what dev environments are for 🙂

  • RE: DBA vs. Developer Question / Issue

    What were her reasons why? And what were your reasons for wanting to add a clustered index?

    A clustered index does not automatically improve performance and there may already be...

  • RE: How would you set up your server?

    And all this even more muddy when you start getting into the realm of VM's and one set of discs might be shared across not only multiple drives on a...

  • RE: Killing Rebuild when it is still processing

    If you're wondering whether canceling the job will cause a problem no it shouldn't, it just won't have had any affect on indexs that either weren't reached or the process...

Viewing 15 posts - 1,786 through 1,800 (of 1,988 total)