Saturday, November 13, 2010

how to create a new table with same data from old table in SQLSERVER?

There is one query which is used to create a new table eg.
select * into new_table_name  from old_table_name

No comments: