I have a table with some 5 Million rows and above 400 columns in a test level database.
I want to temporarily hold a copy of this table in the production database.
I know I can use Tasks and generate script and can choose to script the schema item and the data. This seems to take a long long time.
I could use the Tasks and generate script option to just copy table definition and process the data copy via another method.
Can I use an insert ... select .. across multiple servers with SQL server..?
I could add the test DB and server as a linked server.
I could use SSIS.
Am just asking the general forum for a recommendation that is a best (or better) approach i.e. that is faster than the generate scripts option
I am trying the Generate Scripts option but this has been running all afternoon.
I am hoping for an approach which will run in under an hour or two.