Move row from one table to another?

Posted by lance on Stack Overflow See other posts from Stack Overflow or by lance
Published on 2010-05-13T19:11:14Z Indexed on 2010/05/13 19:14 UTC
Read the original article Hit count: 188

Filed under:
|
|
|
|

I have two tables with the same column definitions. I need to move (not copy) a row from one table to another. Before I go off and use INSERT INTO/DELETE (in a transaction), is there a smarter way?

SQL Server 2005

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about insert-into