Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot attach a database from one version to another
Message
 
To
21/11/2014 14:30:20
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2012
Application:
Web
Miscellaneous
Thread ID:
01611241
Message ID:
01611307
Views:
33
>>Do it in smaller chunks. Have scripts for each table which would insert perhaps one megabyte at a time. Use the ability of 2012 to insert multiple records at a time (something MySql had eight years ago) so you don't have to repeat the field names, as 2008 will accept that. Just tried this and it worked in 2008:
>
>Thanks
>
>It is only one table. And, that table is big. So, that will require considerable amount of time to prepare all that. I am looking at that presently.

Did you think about a temporary replication? You can setup 2012 as a push transactional publisher, create the snapshot and then you set up 2008 as a subscriber to the previous publication, once you have the table in 2008 you just delete the publisher and subscriber.
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform