Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Newbie - Stupie
Message
De
17/10/2001 19:00:06
 
 
À
17/10/2001 17:01:30
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Maintenance bases de données
Titre:
Divers
Thread ID:
00569918
Message ID:
00569968
Vues:
15
>We installed SQL server on a machine on our network with the intention of only prototyping a system. Unfortunately we bacame invested in the data which resides on this server. We would like to set up another machine as the Server and move all the databases to this new machine. After doing this we will uninstall SQL Server fromthe first machine. Could someone detail the steps required to accomplish these ( probably quite simple) tasks?
>
>Thanks
>
>Glenn

As Evan suggests, sp_attach & sp_detach should work. I would also suggest using the DTS Import/Export wizard to copy complete databases by selecting (on the third or fourth step after specifying the source and destination) the "Transfer all database objects" option. Of course you will need to install SQL Server first on the new machine for this to work.

As with sp_detach and sp_attach, this process needs to be repeated for each database that you want to transfer.

I haven't had a need to copy all db's from a server so I don't know if there is an easier way. HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform