Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Restore SQL Database DATA ONLY

Tags:

sql

sql-server

I have two databases with exactly the same schema. I want to export data from one and replicate it on the other. I don't wish to drop and recreate tables, just zap all the data in the target db and replace it with the data exported from the source database.

I assume this is possible? The target database is on a client environment with very limited permissions.

like image 789
pfeds Avatar asked Mar 01 '26 09:03

pfeds


1 Answers

You can use SQL Server Import and Export Wizard to import the data. The SQL Server Import and Export Wizard can copy data to and from database.

like image 185
Iswanto San Avatar answered Mar 03 '26 21:03

Iswanto San



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!