Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot attach a database from one version to another
Message
 
À
21/11/2014 14:30:20
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2012
Application:
Web
Divers
Thread ID:
01611241
Message ID:
01611307
Vues:
31
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform