This article is a mirror article of machine translation, please click here to jump to the original article.

View: 12524|Reply: 1

[Tips] Copy tables and content from one database to another

[Copy link]
Posted on 2/9/2015 4:34:17 PM | | |

Copy the table data from database 2 to the table in database 1

select * into database1.dbo.table from database2.dbo.table
Create a table in database 1 and add the data from the table in database 2 to the table table in database 1




Previous:After MSSQL deletes a large number of table records, the database capacity does not decrease
Next:How to do port mapping on Cisco routers
Posted on 7/11/2018 10:12:50 AM |
SQL copies a table from one database to another database table
https://www.itsvse.com/thread-1458-1-1.html
(Source: Architect_Programmer)
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com