I need to insert one data into another table..after this step I need to fetch that inserted data only from that table...this whole I have to do using single stored procedure..using the concept of transactions in sql.
like I have one table abc
that having content
id name
1 ashu
now I have inserted new data in it
id name
2 ashish
I don't know the data which I have inserted...I'm doing this by stored procedure...now I need those data which are inserted by this.