|
|
| |

How can I move SQL 6.5 databases to a new location?
Answer:
To move SQL Server 6.5 database to a new location, you should move the device on which the database resides by using the
sp_movedevice system stored procedure.
Read about 'Moving a Device' in SQL Server Books Online.
You can also use the device mirroring: set mirroring then stop mirroring
and drop old device.
|
|
|