Forum Replies Created

Viewing 15 posts - 1,291 through 1,305 (of 3,060 total)

  • RE: Dev/Test/Prod Scenario

    sani (12/7/2010)


    I am asking how to implement Test server so that DBA can test scripts which are provided by developer before applying in Production Server. How to maintain this environment...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: whether it will boost performance of SQL server? Would be it Good Design?

    vinothraj (12/6/2010)


    Questions

    1) Instead of having Default value on column, insert explicitly default value.

    2) Keep column constraint as NULL(Eventhough it ll not have NULL at any time) & explicitly take care...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: whether it will boost performance of SQL server? Would be it Good Design?

    Thank you Gail.

    I got the Null constraint, what you say makes sense.

    In regards to Check constraint, still not sure how can a check contraint have an impact on execution plan...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Huge tables with no appropriate column for creating clustered index !

    Jeff Moden (12/4/2010)


    PaulB-TheOneAndOnly (12/4/2010)


    Jeff Moden (12/4/2010)


    PaulB-TheOneAndOnly (12/4/2010)


    Jeff - I'm not saying you should not use a clustered index, I'm saying you should use it when it brings some value.

    I've seen...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: whether it will boost performance of SQL server? Would be it Good Design?

    Brigadur (12/4/2010)


    PaulB-TheOneAndOnly (12/4/2010)


    GilaMonster (12/4/2010)


    PaulB-TheOneAndOnly (12/3/2010)


    Brigadur (12/3/2010)


    Constraints can actually be used by the optimizer to speed up a query.

    Hope you are referring to Referential Integrity constraints.

    Check and not null constraints can...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: whether it will boost performance of SQL server? Would be it Good Design?

    GilaMonster (12/4/2010)


    PaulB-TheOneAndOnly (12/3/2010)


    Brigadur (12/3/2010)


    Constraints can actually be used by the optimizer to speed up a query.

    Hope you are referring to Referential Integrity constraints.

    Check and not null constraints can too.

    mmmhhh... Please...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Huge tables with no appropriate column for creating clustered index !

    Jeff Moden (12/4/2010)


    PaulB-TheOneAndOnly (12/4/2010)


    Jeff - I'm not saying you should not use a clustered index, I'm saying you should use it when it brings some value.

    I've seen many tables where...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Huge tables with no appropriate column for creating clustered index !

    Jeff Moden (12/3/2010)


    PaulB-TheOneAndOnly (12/3/2010)


    May I spice this one?

    Subjet of this thread is...

    Sachin Vaidya (11/23/2010)


    Huge tables with no appropriate column for creating clustered index!

    ...and I say "so what?" 😀

    There is...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Huge tables with no appropriate column for creating clustered index !

    May I spice this one?

    Subjet of this thread is...

    Sachin Vaidya (11/23/2010)


    Huge tables with no appropriate column for creating clustered index!

    ...and I say "so what?" 😀

    There is the common missunderstanding...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: whether it will boost performance of SQL server? Would be it Good Design?

    Brigadur (12/3/2010)


    Constraints can actually be used by the optimizer to speed up a query.

    Hope you are referring to Referential Integrity constraints.

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: dropping a column doesnt create space at all..?

    Brandie Tarvin (12/3/2010)


    Repopulating a table isn't necessarily that easy. Especially if it has foreign keys, indexes, constraints, etc. If it's a heap, then not so bad. But you're also forgetting...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Hierarchy Terminology Question

    RainbowFfolly (12/1/2010)


    Come on Pablo, nothing could be easier to understand - members of The Beatles in descending order of popularity! Admittedly, it might confuse and upset those end-users wearing...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: dropping a column doesnt create space at all..?

    I think this is a job for "Captain Obvious"! 😀

    How about creating a new table, populating the new table and dropping the old one?

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Cumulative Index

    :pinch: business specs with a simple numeric example wouldn't hurt.

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Sql Performance issue

    so... no answers at all to our questions? 😀

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

Viewing 15 posts - 1,291 through 1,305 (of 3,060 total)