Chaning Identity of column through Stored Procedure.

  • Hi group,

    Can you guys please let me know how do I change Identity of a column of a table through stored procedure? or in any other ways if possible? Is this possible at all? If given syntax, it is of great help. Thanks in advance.

  • What do you mean "change Identity of a column of a table"?

    What exactly you are trying to do?

    _____________
    Code for TallyGenerator

  • Table ABC - non of the columns are Identity

    Structure of ABC: RecID Int(4) - Not Identity

    Name varcahr(100)

    Address varchar(100)

    Now I have to insert Name and Address from table XYZ and increment values for RECID for every record inserted. Can you please let know how can I do that? Thanks in advance.

  • Answered in parallel topic.

    _____________
    Code for TallyGenerator

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply