Friday, May 4, 2012

Copy one Column data from one table to other table in SQL Server

INSERT INTO NewTable ColumnName      
SELECT ColumnName FROM OldTable

No comments:

Post a Comment