Click here to monitor SSC

How to Remove an Identity Property for an Column in table

Last post 03-03-2012, 3:04 PM by icham. 8 replies.
Sort Posts: Previous Next
  •  12-17-2009, 5:48 AM Post number 79896

    How to Remove an Identity Property for an Column in table

    Hi Friends ,

    i am having an table with Lots of Data ,

    now i want to Remove Identity Property for my Custom Needs,

    Is there any Way to remove Identity Property from the  Column  and Still i need the table with all the  data ,

    Please provide all the Possible Way to Remove.

    Please let me know if you did't understand the question.

    Regards

    Ravikumar C

     

     

     

     

  •  12-18-2009, 12:21 AM Post number 80158 in reply to post number 79896

    Re: How to Remove an Identity Property for an Column in table


    1.Create one temp table without identity property.
    2.Copy data from original table to temp table.
    3.drop the original table.
    4.Rename the temp file

    -Selvaraj
  •  12-19-2009, 2:01 PM Post number 80698 in reply to post number 79896

    Re: How to Remove an Identity Property for an Column in table

    i think u can use the "alter table" statement
    check it out
    maybe it will help u
    good luck


    RAQ Report
    www.raqsoft.com
    RAQ Report
    www.raqsoft.com
  •  12-21-2009, 4:23 AM Post number 81189 in reply to post number 80698

    Re: How to Remove an Identity Property for an Column in table


    alter command is not possible to remove identity property.

    -Selvaraj
  •  01-04-2011, 3:34 AM Post number 97655 in reply to post number 80158

    Re: How to Remove an Identity Property for an Column in table

    I am so sorry,I can't help you,you may get help from other posts
  •  01-07-2011, 1:58 AM Post number 97807 in reply to post number 80698

    Re: How to Remove an Identity Property for an Column in table

    jaja,I am really to focus my attention on your post.
  •  02-18-2011, 2:08 AM Post number 99703 in reply to post number 97807

    Re: How to Remove an Identity Property for an Column in table

    Alter command is not possible to remove identity property......
  •  12-21-2011, 10:52 PM Post number 104964 in reply to post number 99703

    Re: How to Remove an Identity Property for an Column in table

    I think you can use the "ALTER TABLE" statement.
  •  03-03-2012, 3:04 PM Post number 106290 in reply to post number 104964

    • icham is not online. Last active: 03-03-2012, 3:04 PM icham
    • Not Ranked
    • Joined on 03-03-2012
    • Level 1: Deep thought

    Re: How to Remove an Identity Property for an Column in table

    Thanks for the help. Going to solve it.

    fastest way to make a website
View as RSS news feed in XML