this is my query..
INSERT INTO Model (Id,Name,ValidationDate,NextValidationDate,DateCreated,DateUpdated,BusinessGroup,Country,UserId,StatusId,Deleted,RejectionNote)
SELECT Id,Name+'Copy',ValidationDate,NextValidationDate,DateCreated,DateUpdated,BusinessGroup,Country,UserId,StatusId,Deleted,RejectionNote FROM Modelwhere Id=@modelId
{Id will be Print on this section}
after inserting the record in this table i want to get Id (first Coloumn).

ketan borsdiyaPosted Jul 7, 2016, 9:26 AM
Gagan GautamPosted Jul 7, 2016, 8:01 AM
ketan borsdiyaPosted Jul 7, 2016, 7:52 AM
Gagan GautamPosted Jul 7, 2016, 7:25 AM
ketan borsdiyaPosted Jul 7, 2016, 7:17 AM
Gagan GautamPosted Jul 7, 2016, 7:11 AM
ketan borsdiyaPosted Jul 7, 2016, 6:49 AM
Vinay SinghPosted Jul 7, 2016, 6:05 AM