is there a command in ms sql server 2000 equivalent to this oracle table copy command?
create table myTable_bak as select * from myTable;I guess you can do it as
select * into table1 from table2 which is a bulk copy.
Showing posts with label mytable_bak. Show all posts
Showing posts with label mytable_bak. Show all posts
Monday, February 20, 2012
Subscribe to:
Posts (Atom)