sql server 2000 - SQL Table to another database -


I have 2 databases on SQL (similar). I want to host a database from one database so that it can be copied to another database. Both of them are the same name and the original table can be overwritten.

 remove  target_database `` `target_database```` `` Please select from `table_name` * from source_database. 'Table_name`  

Comments