Click here to Skip to main content
16,021,211 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I have to move data from one table to another table having same table structure.
I don't want to persist existing record's in that table(From source table).
i don't want to used INSERT OR DELETE Command's.
i want this by programmatically.
Thank's in advance,

Rohan Lokhande
Posted
Updated 28-Jun-11 1:14am
v3

1 solution

just select table data by placing your mouse vcursor top left corner of the table and click there....

hit right and click copy...

at the destination table on the same location just paste it...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900