Forum Replies Created

Viewing 15 posts - 2,221 through 2,235 (of 3,061 total)

  • RE: Foreign Key to a Foreign Key

    David Portas (1/20/2010)


    So your only answer to my question is to tell me that I'm not asking the right question. Right...

    No David, it's not the questions, it is the...

  • RE: Foreign Key to a Foreign Key

    oh boy 😀

    1- the statement that reads "only managers can manage a department" does not holds true in the real world. In the real world you are going to...

  • RE: SQL query timeout on Oracle

    Welcome to the Oracle world... there is not such a thing as Temp DB in Oracle but we do have Temp tablespaces sitting on the same Oracle instance.

    In regards to...

  • RE: Normalization

    oh yes! very interesting indeed.

    I found the article as interesting as the theory that Grand Cannyon was an alien mining operation is 😀 which everybody knows is true,...

  • RE: Foreign Key to a Foreign Key

    David Portas (1/20/2010)


    PaulB-TheOneAndOnly (1/20/2010)


    When I say 1-1 relationship I'm not saying 1-0/1; I'm saying 1-1 and I insist that a 1-1 relationship most certainly means something is deadly wrong.

    What is...

  • RE: Conversion failed when converting data and/or time from character string

    Too litle and vague information to support any serious advise.

    What does your DBA says about it?

  • RE: Foreign Key to a Foreign Key

    David Portas (1/20/2010)


    PaulB-TheOneAndOnly (1/19/2010)


    1) A design that ends up with two or more tables having a 1-1 relationship most of the time means something is wrong.

    Why?

    It is true that such...

  • RE: SQL query timeout on Oracle

    ORA-01652 does not signals timeout but the inability to extend a temporary segment a.k.a. tablespace full 🙂

    Oracle error stack is certainly pointing to affected tablespace, it could be either...

  • RE: HELP me please ....

    Yes I have a backup

    Question is... which recovery model is in place?

    Is it Full or Bulk-logged?... in the affirmative case Lynn's suggestion e.g. taking a tail-log backup - would...

  • RE: Remove Trailing Zeros from Numeric(19,8) datatype

    Yes, cast() it.

  • RE: Strategic Advice for Unique Requirement

    May I ask what is the rationale behind such a consolidation project?

    The most active/queried to-be-consolidated table represents less than 10% of total data volume... why would somebody add to this...

  • RE: DWH Fact / Dimension Desgn Question

    A dimension table should describe a single attribute in a fact table - is this the case?

  • RE: Foreign Key to a Foreign Key

    Two thoughts...

    1) A design that ends up with two or more tables having a 1-1 relationship most of the time means something is wrong.

    2) No physical design should include n-n...

  • RE: Database Design and Search Query help

    This is home work, isn't it? - nothing wrong about that.

    If you really want to get a grasp of it do this...

    Entity-Relationships

    - Identify your entities - draw it!

    - Identify...

  • RE: Low performance on SQL Server 2008 Std 64 bit and Windows 2008 Server R2

    I would start by gathering fresh performance statistics on affected tables and indexes ... it is not unseen that new RDBMS engines does not like performance stats gathered with previous...

Viewing 15 posts - 2,221 through 2,235 (of 3,061 total)