Hi, I need to create a duplicate record of a record in my database and insert it with a new ID.
The ID is an identity field so that will increment once the record is inserted anyway so I guess I just need the SQL that will do this. The only information I have is the ID of the record I want to duplicate.
Any ideas?
The ID is an identity field so that will increment once the record is inserted anyway so I guess I just need the SQL that will do this. The only information I have is the ID of the record I want to duplicate.
Any ideas?