Transfering Database?
-
How to transfer database from one system to other system?
-
How to transfer database from one system to other system?
-
How to transfer database from one system to other system?
you can do one way of these: 1-Backup from source database and Restore on destination, for this option your database server must be same 2-using Import/export tool from Integration service of Sqlserver, for this option database server doesn't matter usually.
Human knowledge belongs to the world http://www.rad.pasfu.com/index.php
-
How to transfer database from one system to other system?
-
Detach the Database files (.mdf and .ldf). Move the files physically. Attach the files to the database. If previous log is required attach both .mdf and .ldf or else only .mdf can be attached.
What s mean by Detach?
-
What s mean by Detach?