Forum Replies Created

Viewing 15 posts - 1,261 through 1,275 (of 3,061 total)

  • RE: Foreign Key Problem

    DBA Rafi (12/28/2010)


    Yes. I agree that this cannot be 100% achievable by SQL as this depends on the code from C# or other which is out of SQL scope.

    All those...

  • RE: Partitioned Indexes

    ALZDBA (12/28/2010)


    performance: because the are physically split like their corresponding table, so the engine will only use the part needed by the query

    I'm in agreement IF queries are hitting a...

  • RE: Question on Database Design

    Core6430 (12/28/2010)


    PaulB-TheOneAndOnly (12/28/2010)


    Core6430 (12/26/2010)


    The database design is similiar to the tables below...

    What you are posting is not a database design per-se but a physical implementation of some database design.

    Would you...

  • RE: Question on Database Design

    Core6430 (12/29/2010)


    Business logic for enforcing constraints is good. Buisness logic that changes frequently should be in code, not SQL.

    I'm sorry to break the news but this statement contradicts what the...

  • RE: Slow SAN?

    I'll take #2

    Assuming SAN/Network are working properly chances are you are facing some hot spots. A single file Tempdb sounds like a possible cause but I'll suggest to further investigate.

    Please...

  • RE: Where does the Schema Design Fit in?

    You are welcome.

    Just as a foot note let me add that it is imperative to have a sound data model before jumping into building tables.

    Step #1 would be to identify...

  • RE: Question on Database Design

    Core6430 (12/26/2010)


    The database design is similiar to the tables below...

    What you are posting is not a database design per-se but a physical implementation of some database design.

    Would you consider posting...

  • RE: Where does the Schema Design Fit in?

    Mrfixit1170 (12/28/2010)


    I am a new DBA with no mentor, not even 8 months into this job.

    I also understand your question refers to database design - if this is the case...

  • RE: Partitioned Indexes

    TheSQLGuru (12/28/2010)


    If you want best query performance - partition by date. If you want best loading and managment, partition by customerno. You really cannot have it both ways...

  • RE: Does database desingning means normalization? How much weightage goes for it in DB Design?

    sawantpl@gmail.com (12/28/2010)


    Can you please complete my example & give solution for 3NF.

    Post a proper ER model and we will gladly help out 🙂

  • RE: Partitioned Indexes

    mitch.fh (12/27/2010)


    Thanks Paul, I am open for constructive criticism though.

    The idea for partitioning is that I have about 100 million users from different portals united in one dwh.

    Load processes...

  • RE: Partitioned Indexes

    mitch.fh (12/23/2010)


    So Many Hits no answer... Is that a Problem that no One has or no One knows an answer to? :w00t:

    You know the old saying... "if you have nothing...

  • RE: Does database desingning means normalization? How much weightage goes for it in DB Design?

    sawantpl@gmail.com (12/27/2010)


    1. Does database desingning means normalization? How much weightage goes for it in DB Design?

    2. Upto which normal form it is advisible?

    3. I read so much documents of normalization,...

  • RE: Help an Oracle newbie out

    Resender (12/23/2010)


    If i log into sql*plus how can i determine on what database I am.

    From SQL*Plus issue:

    SELECT name FROM v$database

    .ORA-00942: Table or view does not exist[/quote]

    Try...

    select instance_name from sys.v_$instance;

    select name...

  • RE: Performance Degradtion

    palla.sureshbabu (12/17/2010)


    This may result in a performance degradation. Duration: 0 seconds.

    Let me show you how I read it... MAY result in a performance degradation, duration ZERO seconds.

    So... what you initial...

Viewing 15 posts - 1,261 through 1,275 (of 3,061 total)