I have a rather large (many gigabytes) data table in SQL Server, which I want to move to a table in another database on the same server.
Tables have the same layout.
What would be the most effective way to do this?
This is a one-time operation, so automation is not required.
Many thanks.
sql-server-2005
Martin
source share