Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best Way to Copy a Database from Laptop to Client?
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Import/Export
Divers
Thread ID:
00446924
Message ID:
00449214
Vues:
9
Chris,

I used to do this by Backing up and Restoring.
Now I use a much simpler way to do this:

Simply DETACH the database from the server, then COPY the files (MDF and LDF) to the destination and ATTACH the files to the new server.

It work perfectly, the COPY is a lot safer then the DTS and above all is Much quicker.

Just look at sp_attach_db on Books on line.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform