Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

  • RE: DELETE duplicate records - need a simpler Solution

    Thanks to both Jeff B & Jeff M -

    Jeff Moden - u have given me a real good idea !

    1. Creating another Table ,

    2. making the UNIQUE IGNORE...


    __________________
    Thanx & Regards,

    Iyer Sankara S H [Kartik]

    ASE ,
    Tata Consultancy Services

  • RE: DELETE DUPLICATE ROWS

    Would it be easy to :

    - select distinct and store in temp table

    - delete the table

    - re-insert back

    - Just pondering - That would mean - more...


    __________________
    Thanx & Regards,

    Iyer Sankara S H [Kartik]

    ASE ,
    Tata Consultancy Services

  • RE: DELETE DUPLICATE ROWS

    SQL Champs , I have Doubts pertaining to DELETE command to be used for a specific scenario :-

    example # 1

    Actually - Consider...


    __________________
    Thanx & Regards,

    Iyer Sankara S H [Kartik]

    ASE ,
    Tata Consultancy Services

  • RE: Oracle Pl/Sql - Discussion Forum ?! - any idea ???

    Thanx , SQLbill 

    Any1 else with Suggestions, I guess a lot of the SQL Pros here would have embarked sometime or the other in...


    __________________
    Thanx & Regards,

    Iyer Sankara S H [Kartik]

    ASE ,
    Tata Consultancy Services

  • RE: Autonumber Values and Triggers

    hey Andy/David

    thanx a lot for ur Post ---

    BUT, theres another Problem ?

    After i put

    SET Identity_Insert ON

    & SET Identity_Insert OFF

    --- IT SAYS

    "

    String or Binary data would be Truncated.

    The statement...


    __________________
    Thanx & Regards,

    Iyer Sankara S H [Kartik]

    ASE ,
    Tata Consultancy Services

  • RE: Autonumber Values and Triggers

    Hey !

    Currently, i have this weird Error message :-

    " Cannot insert explicit value for Identity column in #Test______________00010000017 When Identity_Insert is set to OFF "

    Can any1 here Guide me -...


    __________________
    Thanx & Regards,

    Iyer Sankara S H [Kartik]

    ASE ,
    Tata Consultancy Services

  • RE: Wats Wrong with the Syntax of this Update statement

    Thanx , Prasad/Sushila FOR ur help;

    I finally Got tat Sorted out !!


    __________________
    Thanx & Regards,

    Iyer Sankara S H [Kartik]

    ASE ,
    Tata Consultancy Services

  • RE: UPDATE: i want to Put a Validity-Check so that Multiple update doesn''''t Occur

    @ Lowell : Thanx for ur Help !!!


    __________________
    Thanx & Regards,

    Iyer Sankara S H [Kartik]

    ASE ,
    Tata Consultancy Services

  • RE: UPDATE: i want to Put a Validity-Check so that Multiple update doesn''''t Occur

    This is Latest StoredProc after I made it a little more Compact BUT the problem/Task remains !!!

    I...


    __________________
    Thanx & Regards,

    Iyer Sankara S H [Kartik]

    ASE ,
    Tata Consultancy Services

  • RE: UPDATE: i want to Put a Validity-Check so that Multiple update doesn''''t Occur

    Hey SQL ppl !

    Now i am using the Following StoredProc-Code ; Can any1 Suggest a Better/Compact method of Doing the Above...


    __________________
    Thanx & Regards,

    Iyer Sankara S H [Kartik]

    ASE ,
    Tata Consultancy Services

Viewing 10 posts - 1 through 10 (of 10 total)