Forum Replies Created

Viewing 15 posts - 1,981 through 1,995 (of 3,061 total)

  • RE: Need Ideas for a large lookup table solution

    Cory Blythe (5/7/2010)


    The table would be simple Zip1, Zip2, Distance.

    Some of the more common uses would be find all Values of Zip2 within 10 miles of Zip1 etc.

    Once table gets...

  • RE: reading text datetime value with OPENROWSET and MICROSOFT.ACE.OLEDB12.0 changes datetime value

    Adrian Heald (5/6/2010)Note the 2010-05-04 08:00:00 data is correctly read at 2010-05-04 08:00:00.000 whereas the 2010-05-04 07:00:00 is incorrectly read as 2010-05-04 06:59:59.997

    Differential from 07:00:00.000 to 06:59:59.997 is pretty close...

  • RE: Define A Conditional Forigion Key

    wim.buyens (3/5/2010)


    This can be done with trigger and procedures I think but it won't be easy.

    You can't use a foreign key based on some condition.

    A trigger in which you...

  • RE: Data Warehouse question

    David Lester (5/7/2010)


    ... are you thinking nice for being able to lookup the possible values, and adding new ones sometime in the distant future, or is it a performance related...

  • RE: SQL Server DBA.... what next?

    eric_russell 13013 (5/7/2010)


    ... the changes have already been implemented.

    Havn't you ever returned from a two week vacation and had that happen to you?

    Yes indeed - that's why I was asking...

  • RE: SQL Server DBA.... what next?

    eric_russell 13013 (5/7/2010)


    In the second episode, the guest developer describes his solution step by step and then gets candid feedback and reaction from the original developer.

    Can the original developer candidly...

  • RE: SQL Server DBA.... what next?

    CirquedeSQLeil (5/7/2010)


    PaulB-TheOneAndOnly (5/7/2010)


    eric_russell 13013 (5/7/2010)


    This discussion just underscores why it's imporatant to always have at least 2 admins and 2 developers who know your database, just in case someone steps...

  • RE: query delete some part of string

    neliii (5/7/2010)


    column1

    \\xyz.se.df.a.b\fgd

    colum2

    \\xyz\fgd

    now i want to join both the coulmns by elimating the highlighted part. i mean .se.df.a.b

    or else just give me the query which can elimante that part from that...

  • RE: SQL Server DBA.... what next?

    eric_russell 13013 (5/7/2010)


    This discussion just underscores why it's imporatant to always have at least 2 admins and 2 developers who know your database, just in case someone steps in front...

  • RE: Data Warehouse question

    David Lester (5/7/2010)


    There are a dozen values, which break down to the three categories.

    Using the above statement as reference I would agree that adding a new column to the target...

  • RE: ORA-00933 - SQL command not properly ended

    S Hodkinson (5/7/2010)


    Sorry I do not have SQL Plus. I do not use Oracle at all; this is a 'heritage' database

    any chance of asking whoever adminis Oracle database to...

  • RE: normalization-relation ship problem

    misc 53111 (5/7/2010)


    would like to point out few things ,i am asking this as i want to break down contacts etc to related tables as there can be more than...

  • RE: ORA-00933 - SQL command not properly ended

    Please connect to target Oracle instance via SQLPlus and execute query with and without offending column. What happens in each case?

  • RE: ORA-00933 - SQL command not properly ended

    Please do this test for me.

    Using your original code instead of adding column a.ID_DESC please add a different column, if possible of the number or varchar datatype.

    Does it works or...

  • RE: Reclaim Table Space

    Whisper9999 (5/6/2010)We had a gig or two of free space in the data file before I dropped this table. I then dropped the table and then looked to see...

Viewing 15 posts - 1,981 through 1,995 (of 3,061 total)