How do i Copy All the Tables from One Database to Another in SQL Server?
Hi Experts,
We have created a new Database now want to move all the tables schema to the New Database , so is there any shortcut to do this on SQL Server.
Thanks in Advance
Microsoft SQL ServerMicrosoft SQL Server 2005
Last Comment
karthik80c
8/22/2022 - Mon
Jim Horn
If you have SQL Serer Data Tools (SSDT) available you can create a new database project, then do a schema compare between source db and empty target db, then execute all objects. This will create the schema but not move any data.
karthik80c
ASKER
sorry pal .I don't have the tool .can u give some query to do that and that would be great